[Pkg-haskell-commits] darcs: haskell-non-negative: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:05:03 UTC 2011
Sat Jan 15 15:06:05 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 36168093142a8c3240e3cfbff70aa3e8
M ./changelog +4
M ./control -5 +5
Sat Jan 15 15:06:05 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 36168093142a8c3240e3cfbff70aa3e8
diff -rN -u old-haskell-non-negative/changelog new-haskell-non-negative/changelog
--- old-haskell-non-negative/changelog 2011-01-15 16:05:03.357846522 +0000
+++ new-haskell-non-negative/changelog 2011-01-15 16:05:03.361846733 +0000
@@ -1,7 +1,11 @@
haskell-non-negative (0.0.5.1-3) UNRELEASED; urgency=low
+ [ Ernesto Hernández-Novich (USB) ]
* Fix typo in documentation package's short description.
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Ernesto Hernández-Novich (USB) <emhn at usb.ve> Thu, 18 Mar 2010 11:40:54 -0430
haskell-non-negative (0.0.5.1-2) unstable; urgency=low
diff -rN -u old-haskell-non-negative/control new-haskell-non-negative/control
--- old-haskell-non-negative/control 2011-01-15 16:05:03.357846522 +0000
+++ new-haskell-non-negative/control 2011-01-15 16:05:03.361846733 +0000
@@ -4,14 +4,14 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
- ghc6, ghc6-prof, libghc6-quickcheck2-dev, libghc6-quickcheck2-prof
-Build-Depends-Indep: ghc6-doc
+ ghc, ghc-prof, libghc-quickcheck2-dev, libghc-quickcheck2-prof
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/non-negative
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-non-negative
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=haskell/haskell-non-negative
-Package: libghc6-non-negative-dev
+Package: libghc-non-negative-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -26,7 +26,7 @@
lazy number type for non-negative numbers (a generalization of Peano
numbers).
-Package: libghc6-non-negative-prof
+Package: libghc-non-negative-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -42,7 +42,7 @@
lazy number type for non-negative numbers (a generalization of Peano
numbers).
-Package: libghc6-non-negative-doc
+Package: libghc-non-negative-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list