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

Marco Silva marcot at debian.org
Sat Jan 15 16:04:14 UTC 2011


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

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

Sat Jan 15 15:06:05 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: a90425078b5070a9dfaa3c4acf8bfc97
diff -rN -u old-haskell-mwc-random/changelog new-haskell-mwc-random/changelog
--- old-haskell-mwc-random/changelog	2011-01-15 16:04:13.903240068 +0000
+++ new-haskell-mwc-random/changelog	2011-01-15 16:04:13.911240490 +0000
@@ -1,3 +1,9 @@
+haskell-mwc-random (0.5.0.0-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:20 -0200
+
 haskell-mwc-random (0.5.0.0-1) unstable; urgency=low
 
   * Initial release. (Closes: #582515)
diff -rN -u old-haskell-mwc-random/control new-haskell-mwc-random/control
--- old-haskell-mwc-random/control	2011-01-15 16:04:13.903240068 +0000
+++ new-haskell-mwc-random/control	2011-01-15 16:04:13.907240279 +0000
@@ -6,21 +6,21 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-  , ghc6-prof
-  , libghc6-primitive-dev
-  , libghc6-primitive-prof
-  , libghc6-vector-dev (>= 0.5)
-  , libghc6-vector-prof
-Build-Depends-Indep: ghc6-doc
-  , libghc6-primitive-doc
-  , libghc6-vector-doc
+  , ghc
+  , ghc-prof
+  , libghc-primitive-dev
+  , libghc-primitive-prof
+  , libghc-vector-dev (>= 0.5)
+  , libghc-vector-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-primitive-doc
+  , libghc-vector-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/mwc-random
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-mwc-random
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mwc-random
 
-Package: libghc6-mwc-random-dev
+Package: libghc-mwc-random-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -44,7 +44,7 @@
  Compared to the mersenne-random package, this package has a more convenient
  API, is faster, and supports more statistical distributions.
 
-Package: libghc6-mwc-random-prof
+Package: libghc-mwc-random-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -69,7 +69,7 @@
  Compared to the mersenne-random package, this package has a more convenient
  API, is faster, and supports more statistical distributions.
 
-Package: libghc6-mwc-random-doc
+Package: libghc-mwc-random-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}





More information about the Pkg-haskell-commits mailing list