[Pkg-haskell-commits] darcs: haskell-quickcheck1: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:08:44 UTC 2011
Sat Jan 15 15:06:08 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 199ed2e1376c2ff005e180696bc8fba3
M ./changelog -3 +6
M ./control -15 +15
Sat Jan 15 15:06:08 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 199ed2e1376c2ff005e180696bc8fba3
diff -rN -u old-haskell-quickcheck1/changelog new-haskell-quickcheck1/changelog
--- old-haskell-quickcheck1/changelog 2011-01-15 16:08:44.157483337 +0000
+++ new-haskell-quickcheck1/changelog 2011-01-15 16:08:44.161483548 +0000
@@ -6,6 +6,9 @@
[ Joachim Breitner ]
* Priority: extra
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Marco Túlio Gontijo e Silva <marcot at debian.org> Sun, 21 Feb 2010 07:46:08 -0300
haskell-quickcheck1 (1.2.0.0-3) unstable; urgency=low
@@ -17,7 +20,7 @@
haskell-quickcheck1 (1.2.0.0-2) unstable; urgency=low
- * Dropped versioned dependency on ghc6-doc from libghc6-quickcheck2-doc
+ * Dropped versioned dependency on ghc-doc from libghc-quickcheck2-doc
-- Kari Pahula <kaol at debian.org> Wed, 03 Jun 2009 20:53:51 +0300
@@ -27,8 +30,8 @@
* Packaged the old version since its API differs from version 2's and
people still widely use it.
* Set to provide, and replace and conflict with earlier versions of
- libghc6-quickcheck-*.
- * Moved .haddock file to avoid conflict with libghc6-quickcheck-doc.
+ libghc-quickcheck-*.
+ * Moved .haddock file to avoid conflict with libghc-quickcheck-doc.
-- Kari Pahula <kaol at debian.org> Fri, 13 Mar 2009 21:46:38 +0200
diff -rN -u old-haskell-quickcheck1/control new-haskell-quickcheck1/control
--- old-haskell-quickcheck1/control 2011-01-15 16:08:44.157483337 +0000
+++ new-haskell-quickcheck1/control 2011-01-15 16:08:44.161483548 +0000
@@ -8,23 +8,23 @@
haskell-devscripts,
cdbs,
debhelper (>= 7),
- ghc6,
- ghc6-prof,
- ghc6-doc,
+ ghc,
+ ghc-prof,
+ ghc-doc,
Homepage: http://hackage.haskell.org/package/QuickCheck
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-quickcheck1
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-quickcheck1
-Package: libghc6-quickcheck1-dev
+Package: libghc-quickcheck1-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}, libghc6-quickcheck-dev
-Conflicts: libghc6-quickcheck-dev (<< 2.1.0.1-6)
-Replaces: libghc6-quickcheck-dev (<< 2.1.0.1-6)
+Provides: ${haskell:Provides}, libghc-quickcheck-dev
+Conflicts: libghc-quickcheck-dev (<< 2.1.0.1-6)
+Replaces: libghc-quickcheck-dev (<< 2.1.0.1-6)
Description: Haskell automatic testing library for GHC
This package provides a library for the Haskell programming language.
.
@@ -40,14 +40,14 @@
This package contains version 1 of the library, whose API differs
from version 2's.
-Package: libghc6-quickcheck1-prof
+Package: libghc-quickcheck1-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Provides: libghc6-quickcheck-prof, ${haskell:Provides}
-Conflicts: libghc6-quickcheck-prof (<< 2.1.0.1-6)
-Replaces: libghc6-quickcheck-prof (<< 2.1.0.1-6)
+Provides: libghc-quickcheck-prof, ${haskell:Provides}
+Conflicts: libghc-quickcheck-prof (<< 2.1.0.1-6)
+Replaces: libghc-quickcheck-prof (<< 2.1.0.1-6)
Description: Haskell automatic testing library for GHC; profiling libraries
This package provides a library for the Haskell programming language,
compiled for profiling.
@@ -64,15 +64,15 @@
This package contains version 1 of the library, whose API differs
from version 2's.
-Package: libghc6-quickcheck1-doc
+Package: libghc-quickcheck1-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Provides: libghc6-quickcheck-doc
-Conflicts: libghc6-quickcheck-doc (<< 2.1.0.1-6)
-Replaces: libghc6-quickcheck-doc (<< 2.1.0.1-6)
+Provides: libghc-quickcheck-doc
+Conflicts: libghc-quickcheck-doc (<< 2.1.0.1-6)
+Replaces: libghc-quickcheck-doc (<< 2.1.0.1-6)
Description: Haskell automatic testing library for GHC; documentation
This package provides the documentation for a library for the Haskell
programming language.
More information about the Pkg-haskell-commits
mailing list