[Pkg-haskell-commits] darcs: haskell-vector: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:19:02 UTC 2011
Sat Jan 15 15:06:20 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: fb9331f2f968cc3e470f00d3d65068af
M ./changelog +6
M ./control -10 +10
Sat Jan 15 15:06:20 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: fb9331f2f968cc3e470f00d3d65068af
diff -rN -u old-haskell-vector/changelog new-haskell-vector/changelog
--- old-haskell-vector/changelog 2011-01-15 16:19:02.014044636 +0000
+++ new-haskell-vector/changelog 2011-01-15 16:19:02.018044847 +0000
@@ -1,3 +1,9 @@
+haskell-vector (0.6.0.1-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:35 -0200
+
haskell-vector (0.6.0.1-1) unstable; urgency=low
* Initial release. (Closes: #582473)
diff -rN -u old-haskell-vector/control new-haskell-vector/control
--- old-haskell-vector/control 2011-01-15 16:19:02.014044636 +0000
+++ new-haskell-vector/control 2011-01-15 16:19:02.018044847 +0000
@@ -6,19 +6,19 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
- , ghc6
- , ghc6-prof
- , libghc6-primitive-dev (>= 0.3)
- , libghc6-primitive-dev (<< 0.4)
- , libghc6-primitive-prof
-Build-Depends-Indep: ghc6-doc
- , libghc6-primitive-doc
+ , ghc
+ , ghc-prof
+ , libghc-primitive-dev (>= 0.3)
+ , libghc-primitive-dev (<< 0.4)
+ , libghc-primitive-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-primitive-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/vector
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-vector
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-vector
-Package: libghc6-vector-dev
+Package: libghc-vector-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -33,7 +33,7 @@
An efficient implementation of Int-indexed arrays (both mutable and
immutable), with a powerful loop fusion optimization framework.
-Package: libghc6-vector-prof
+Package: libghc-vector-prof
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -49,7 +49,7 @@
An efficient implementation of Int-indexed arrays (both mutable and
immutable), with a powerful loop fusion optimization framework.
-Package: libghc6-vector-doc
+Package: libghc-vector-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
More information about the Pkg-haskell-commits
mailing list