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

Marco Silva marcot at debian.org
Sat Jan 15 15:25:10 UTC 2011


Sat Jan 15 15:05:52 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: fd88f27f1839610832b746bfbd41dc85

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

Sat Jan 15 15:05:52 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: fd88f27f1839610832b746bfbd41dc85
diff -rN -u old-haskell-digest/changelog new-haskell-digest/changelog
--- old-haskell-digest/changelog	2011-01-15 15:25:10.603719577 +0000
+++ new-haskell-digest/changelog	2011-01-15 15:25:10.607719788 +0000
@@ -1,7 +1,11 @@
 haskell-digest (0.0.0.7-3) UNRELEASED; urgency=low
 
+  [ Marco Túlio Gontijo e Silva ]
   * debian/source/format: Use 3.0 (quilt).
 
+  [ Marco Silva ]
+  * Use ghc instead of ghc
+
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Sun, 21 Feb 2010 07:45:49 -0300
 
 haskell-digest (0.0.0.7-2) unstable; urgency=low
diff -rN -u old-haskell-digest/control new-haskell-digest/control
--- old-haskell-digest/control	2011-01-15 15:25:10.603719577 +0000
+++ new-haskell-digest/control	2011-01-15 15:25:10.607719788 +0000
@@ -6,16 +6,16 @@
 Build-Depends: debhelper (>= 7)
   , haskell-devscripts (>= 0.7)
   , cdbs
-  , ghc6 
-  , ghc6-prof
-  , ghc6-doc
+  , ghc 
+  , ghc-prof
+  , ghc-doc
   , zlib1g-dev
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/digest
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-digest
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-digest
 
-Package: libghc6-digest-dev
+Package: libghc-digest-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, zlib1g-dev
 Suggests: ${haskell:Suggests}
@@ -28,7 +28,7 @@
  and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are
  implemented as FFI bindings to efficient code from zlib.
 
-Package: libghc6-digest-prof
+Package: libghc-digest-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${haskell:Provides}
@@ -41,7 +41,7 @@
  and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are
  implemented as FFI bindings to efficient code from zlib.
 
-Package: libghc6-digest-doc
+Package: libghc-digest-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}





More information about the Pkg-haskell-commits mailing list