[Pkg-haskell-commits] darcs: haskell-statistics: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:14:00 UTC 2011
Sat Jan 15 15:06:19 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 99e046dee85ae693a85d210f9e29aeb7
M ./changelog +6
M ./control -21 +21
Sat Jan 15 15:06:19 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 99e046dee85ae693a85d210f9e29aeb7
diff -rN -u old-haskell-statistics/changelog new-haskell-statistics/changelog
--- old-haskell-statistics/changelog 2011-01-15 16:14:00.438151737 +0000
+++ new-haskell-statistics/changelog 2011-01-15 16:14:00.442151948 +0000
@@ -1,3 +1,9 @@
+haskell-statistics (0.5.1.0-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:30 -0200
+
haskell-statistics (0.5.1.0-1) unstable; urgency=low
* Initial release. (Closes: #582552)
diff -rN -u old-haskell-statistics/control new-haskell-statistics/control
--- old-haskell-statistics/control 2011-01-15 16:14:00.438151737 +0000
+++ new-haskell-statistics/control 2011-01-15 16:14:00.442151948 +0000
@@ -6,30 +6,30 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
- , ghc6
- , ghc6-prof
- , libghc6-erf-dev
- , libghc6-erf-prof
- , libghc6-mwc-random-dev (>= 0.5.0.0)
- , libghc6-mwc-random-prof
- , libghc6-primitive-dev
- , libghc6-primitive-prof
- , libghc6-vector-dev (>= 0.5)
- , libghc6-vector-prof
- , libghc6-vector-algorithms-dev (>= 0.3)
- , libghc6-vector-algorithms-prof
-Build-Depends-Indep: ghc6-doc
- , libghc6-erf-doc
- , libghc6-mwc-random-doc
- , libghc6-primitive-doc
- , libghc6-vector-doc
- , libghc6-vector-algorithms-doc
+ , ghc
+ , ghc-prof
+ , libghc-erf-dev
+ , libghc-erf-prof
+ , libghc-mwc-random-dev (>= 0.5.0.0)
+ , libghc-mwc-random-prof
+ , libghc-primitive-dev
+ , libghc-primitive-prof
+ , libghc-vector-dev (>= 0.5)
+ , libghc-vector-prof
+ , libghc-vector-algorithms-dev (>= 0.3)
+ , libghc-vector-algorithms-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-erf-doc
+ , libghc-mwc-random-doc
+ , libghc-primitive-doc
+ , libghc-vector-doc
+ , libghc-vector-algorithms-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/statistics
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-statistics
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-statistics
-Package: libghc6-statistics-dev
+Package: libghc-statistics-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -57,7 +57,7 @@
.
Random variate generation under several different distributions.
-Package: libghc6-statistics-prof
+Package: libghc-statistics-prof
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -86,7 +86,7 @@
.
Random variate generation under several different distributions.
-Package: libghc6-statistics-doc
+Package: libghc-statistics-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
More information about the Pkg-haskell-commits
mailing list