[Pkg-haskell-commits] darcs: haskell-stream: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:14:25 UTC 2011
Sat Jan 15 15:06:19 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 2401fa079fcd4ba88514ae84d114f548
M ./changelog -1 +5
M ./control -11 +11
Sat Jan 15 15:06:19 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 2401fa079fcd4ba88514ae84d114f548
diff -rN -u old-haskell-stream/changelog new-haskell-stream/changelog
--- old-haskell-stream/changelog 2011-01-15 16:14:25.635479644 +0000
+++ new-haskell-stream/changelog 2011-01-15 16:14:25.639479855 +0000
@@ -1,8 +1,12 @@
haskell-stream (0.4.1-2) UNRELEASED; urgency=low
+ [ Marco Túlio Gontijo e Silva ]
* debian/control: Use more sintetic link in Homepage:.
* debian/source/format: Use 3.0 (quilt).
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Marco Túlio Gontijo e Silva <marcot at debian.org> Fri, 19 Feb 2010 14:05:06 -0200
haskell-stream (0.4.1-1) unstable; urgency=low
@@ -24,7 +28,7 @@
* Upgrade to "Generic Haskell cabal library packaging files v10":
* Versioned dependencies are now generated for the Cabal packages we
depend on.
- * Use the new ${impl:ghc6:*_deps} variables in debian/control.in.
+ * Use the new ${impl:ghc:*_deps} variables in debian/control.in.
* Call canonicalise-comma-list on the depends and suggests fields in
control.in. This works around bugs in lintian, where it gets
confused and starts giving spurious warnings.
diff -rN -u old-haskell-stream/control new-haskell-stream/control
--- old-haskell-stream/control 2011-01-15 16:14:25.635479644 +0000
+++ new-haskell-stream/control 2011-01-15 16:14:25.639479855 +0000
@@ -8,19 +8,19 @@
debhelper (>= 7),
haskell-devscripts (>= 0.7),
cdbs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-quickcheck2-dev,
- libghc6-quickcheck2-prof,
- libghc6-quickcheck2-doc,
- libghc6-lazysmallcheck-dev,
- libghc6-lazysmallcheck-prof,
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-quickcheck2-dev,
+ libghc-quickcheck2-prof,
+ libghc-quickcheck2-doc,
+ libghc-lazysmallcheck-dev,
+ libghc-lazysmallcheck-prof,
Homepage: http://hackage.haskell.org/package/Stream
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-stream
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-stream
-Package: libghc6-stream-dev
+Package: libghc-stream-dev
Section: haskell
Architecture: any
Depends: ${haskell:Depends}
@@ -35,7 +35,7 @@
Provides functions, analogous to those from Data.List, to create and
manipulate infinite lists.
-Package: libghc6-stream-prof
+Package: libghc-stream-prof
Section: haskell
Architecture: any
Depends: ${haskell:Depends}
@@ -49,7 +49,7 @@
Provides functions, analogous to those from Data.List, to create and
manipulate infinite lists.
-Package: libghc6-stream-doc
+Package: libghc-stream-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}
More information about the Pkg-haskell-commits
mailing list