[Pkg-haskell-commits] darcs: haskell-tagsoup: Specify versions for quickcheck and deepseq matching project's cabal file.
Erik de Castro Lopo
erikd at mega-nerd.com
Wed Jun 2 09:14:45 UTC 2010
Wed Jun 2 09:13:01 UTC 2010 Erik de Castro Lopo <erikd at mega-nerd.com>
* Specify versions for quickcheck and deepseq matching project's cabal file.
Ignore-this: 19ff42de1fb916523264ab50f3ba0ea0
M ./changelog -1 +3
M ./control -2 +2
Wed Jun 2 09:13:01 UTC 2010 Erik de Castro Lopo <erikd at mega-nerd.com>
* Specify versions for quickcheck and deepseq matching project's cabal file.
Ignore-this: 19ff42de1fb916523264ab50f3ba0ea0
diff -rN -u old-haskell-tagsoup/changelog new-haskell-tagsoup/changelog
--- old-haskell-tagsoup/changelog 2010-06-02 09:14:45.312740917 +0000
+++ new-haskell-tagsoup/changelog 2010-06-02 09:14:45.320741343 +0000
@@ -2,8 +2,10 @@
* New upstream.
* debian/copyright : Use © instead of (C).
+ * debian/control : Specify versions for quickcheck and deepseq matching
+ project's cabal file.
- -- Erik de Castro Lopo <erikd at mega-nerd.com> Thu, 13 May 2010 18:42:11 +1000
+ -- Erik de Castro Lopo <erikd at mega-nerd.com> Wed, 2 Jun 2010 19:07:26 +1000
haskell-tagsoup (0.8-2) unstable; urgency=low
diff -rN -u old-haskell-tagsoup/control new-haskell-tagsoup/control
--- old-haskell-tagsoup/control 2010-06-02 09:14:45.312740917 +0000
+++ new-haskell-tagsoup/control 2010-06-02 09:14:45.316741130 +0000
@@ -17,13 +17,13 @@
libghc6-mtl-prof,
libghc6-network-doc,
libghc6-parsec-doc,
- libghc6-quickcheck2-dev,
+ libghc6-quickcheck2-dev (>= 2.1),
libghc6-quickcheck2-prof,
libghc6-quickcheck2-doc,
libghc6-http-dev,
libghc6-http-prof,
haskell-http-doc,
- libghc6-deepseq-dev,
+ libghc6-deepseq-dev (>= 1.1),
libghc6-deepseq-prof,
libghc6-deepseq-doc
Standards-Version: 3.8.4
More information about the Pkg-haskell-commits
mailing list