[Pkg-haskell-commits] darcs: haskell-cereal: use ghc instead of ghc6

takaki at asis.media-as.org takaki at asis.media-as.org
Fri Apr 8 06:48:39 UTC 2011


Thu Apr  7 08:36:21 UTC 2011  takaki at asis.media-as.org
  * use ghc instead of ghc6
  Ignore-this: ed5f10fd89a950486046da6af9c152b6

    M ./changelog +7
    M ./control -8 +8

Thu Apr  7 08:36:21 UTC 2011  takaki at asis.media-as.org
  * use ghc instead of ghc6
  Ignore-this: ed5f10fd89a950486046da6af9c152b6
diff -rN -u old-haskell-cereal/changelog new-haskell-cereal/changelog
--- old-haskell-cereal/changelog	2011-04-08 06:48:39.875084769 +0000
+++ new-haskell-cereal/changelog	2011-04-08 06:48:39.887085401 +0000
@@ -1,3 +1,10 @@
+haskell-cereal (0.3.0.0-2) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * use ghc instead of ghc6. (Closes: #617574)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 07 Apr 2011 17:36:01 +0900
+
 haskell-cereal (0.3.0.0-1) unstable; urgency=low
 
   * Initial release. (Closes: #607423)
diff -rN -u old-haskell-cereal/control new-haskell-cereal/control
--- old-haskell-cereal/control	2011-04-08 06:48:39.875084769 +0000
+++ new-haskell-cereal/control	2011-04-08 06:48:39.887085401 +0000
@@ -4,13 +4,13 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Build-Depends: cdbs, debhelper (>= 7.0.50~), haskell-devscripts,
-	ghc6,
-	ghc6-prof,
-	ghc6-doc,
+	ghc,
+	ghc-prof,
+	ghc-doc,
 Standards-Version: 3.9.1
 #Homepage: None
 
-Package: libghc6-cereal-dev
+Package: libghc-cereal-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -23,9 +23,9 @@
  strict ByteString instead of a lazy ByteString, thus restricting it to
  operating on finite inputs.
  .
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
 
-Package: libghc6-cereal-prof
+Package: libghc-cereal-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -38,9 +38,9 @@
  strict ByteString instead of a lazy ByteString, thus restricting it to
  operating on finite inputs.
  .
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
 
-Package: libghc6-cereal-doc
+Package: libghc-cereal-doc
 Architecture: all
 Section: doc
 Depends: ${haskell:Depends}, ${misc:Depends}





More information about the Pkg-haskell-commits mailing list