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

Marco Silva marcot at debian.org
Sat Jan 15 16:03:02 UTC 2011


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

    M ./changelog -1 +7
    M ./control -9 +9

Sat Jan 15 15:06:04 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: a13a98cd3e13bbfc708364061ffee2fa
diff -rN -u old-haskell-mmap/changelog new-haskell-mmap/changelog
--- old-haskell-mmap/changelog	2011-01-15 16:03:02.047452954 +0000
+++ new-haskell-mmap/changelog	2011-01-15 16:03:02.051453165 +0000
@@ -1,3 +1,9 @@
+haskell-mmap (0.5.4-3) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:18 -0200
+
 haskell-mmap (0.5.4-2) unstable; urgency=low
 
   * debian/source/format: Use 3.0 (quilt).
@@ -26,7 +32,7 @@
   * debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
   * debian/copyright: Use DEP-3 format.
   * debian/control: Bump version of Build-Depends: on haskell-devscripts
-    to 0.7 and remove versioned Build-Depends: on ghc6*.
+    to 0.7 and remove versioned Build-Depends: on ghc*.
   * debian/control: Include missing haskell: variables.
   * debian/control: Add Build-Depends: on HUnit, which was included in the
     new upstream version.
diff -rN -u old-haskell-mmap/control new-haskell-mmap/control
--- old-haskell-mmap/control	2011-01-15 16:03:02.043452743 +0000
+++ new-haskell-mmap/control	2011-01-15 16:03:02.051453165 +0000
@@ -6,19 +6,19 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-  , ghc6-prof
-  , libghc6-hunit-dev
-  , libghc6-hunit-prof
-Build-Depends-Indep: ghc6-doc
-  , libghc6-hunit-doc
+  , ghc
+  , ghc-prof
+  , libghc-hunit-dev
+  , libghc-hunit-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-hunit-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/mmap
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-mmap
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mmap
 DM-Upload-Allowed: yes
 
-Package: libghc6-mmap-dev
+Package: libghc-mmap-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -35,7 +35,7 @@
  ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand
  loading. Modifications are also supported.
 
-Package: libghc6-mmap-prof
+Package: libghc-mmap-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -53,7 +53,7 @@
  ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand
  loading. Modifications are also supported.
 
-Package: libghc6-mmap-doc
+Package: libghc-mmap-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}





More information about the Pkg-haskell-commits mailing list