[Pkg-haskell-commits] darcs: tokyocabinet-haskell: Use ghc instead of ghc6

Marco Silva marcot at debian.org
Sat Jan 15 16:23:54 UTC 2011


Sat Jan 15 15:06:21 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 681ca51a81747fe459539e650d0f46cd

    M ./changelog +6
    M ./control -6 +6

Sat Jan 15 15:06:21 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 681ca51a81747fe459539e650d0f46cd
diff -rN -u old-tokyocabinet-haskell/changelog new-tokyocabinet-haskell/changelog
--- old-tokyocabinet-haskell/changelog	2011-01-15 16:23:54.581465047 +0000
+++ new-tokyocabinet-haskell/changelog	2011-01-15 16:23:54.585465258 +0000
@@ -1,3 +1,9 @@
+tokyocabinet-haskell (0.0.5-4) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:41 -0200
+
 tokyocabinet-haskell (0.0.5-3) unstable; urgency=low
 
   * debian/control: Bump Standards-Version: to 3.8.4
diff -rN -u old-tokyocabinet-haskell/control new-tokyocabinet-haskell/control
--- old-tokyocabinet-haskell/control	2011-01-15 16:23:54.581465047 +0000
+++ new-tokyocabinet-haskell/control	2011-01-15 16:23:54.585465258 +0000
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: TANIGUCHI Takaki <takaki at debian.org>
 Build-Depends: cdbs, debhelper (>= 7), haskell-devscripts(>= 0.7), 
-		ghc6, ghc6-prof, ghc6-doc, 
-		libghc6-mtl-prof, libtokyocabinet-dev, 
-		libghc6-mtl-doc
+		ghc, ghc-prof, ghc-doc, 
+		libghc-mtl-prof, libtokyocabinet-dev, 
+		libghc-mtl-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/tokyocabinet-haskell
 
-Package: libghc6-tokyocabinet-dev
+Package: libghc-tokyocabinet-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libtokyocabinet-dev
 Suggests: ${haskell:Suggests}
@@ -20,7 +20,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-tokyocabinet-prof
+Package: libghc-tokyocabinet-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Suggests: ${haskell:Suggests}
@@ -31,7 +31,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
  
-Package: libghc6-tokyocabinet-doc
+Package: libghc-tokyocabinet-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}, ${misc:Depends}





More information about the Pkg-haskell-commits mailing list