[Pkg-haskell-commits] darcs: haskell-iteratee: Add dependency on parallel (Closes: #631541) and make sure that the Debian build dependencies imply the cabal constraints.

Joachim Breitner mail at joachim-breitner.de
Sat Jun 25 08:58:08 UTC 2011


Sat Jun 25 08:49:19 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Add dependency on parallel (Closes: #631541) and make sure that the Debian build dependencies imply the cabal constraints.
  Ignore-this: d83d89e09c94a5190a8b528eefe3596f

    M ./changelog +7
    M ./control -2 +12

Sat Jun 25 08:49:19 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Add dependency on parallel (Closes: #631541) and make sure that the Debian build dependencies imply the cabal constraints.
  Ignore-this: d83d89e09c94a5190a8b528eefe3596f
diff -rN -u old-haskell-iteratee//changelog new-haskell-iteratee//changelog
--- old-haskell-iteratee//changelog	2011-06-25 08:58:08.481488615 +0000
+++ new-haskell-iteratee//changelog	2011-06-25 08:58:08.511804585 +0000
@@ -1,3 +1,10 @@
+haskell-iteratee (0.8.5.0-3) UNRELEASED; urgency=low
+
+  * Add dependency on parallel (Closes: #631541) and make sure that the Debian
+    build dependencies imply the cabal constraints.
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 25 Jun 2011 10:47:39 +0200
+
 haskell-iteratee (0.8.5.0-2) unstable; urgency=low
 
   * Rebuild with new haskell-listlike.
diff -rN -u old-haskell-iteratee//control new-haskell-iteratee//control
--- old-haskell-iteratee//control	2011-06-25 08:58:08.477488313 +0000
+++ new-haskell-iteratee//control	2011-06-25 08:58:08.511804585 +0000
@@ -7,12 +7,22 @@
 	ghc,
 	ghc-prof,
 	ghc-doc,
-	libghc-listlike-dev,
+	libghc-listlike-dev (>= 1.0),
+	libghc-listlike-dev (<< 4),
 	libghc-listlike-prof,
 	libghc-listlike-doc,
-	libghc-monadcatchio-transformers-dev,
+	libghc-monadcatchio-transformers-dev (>= 0.2),
+	libghc-monadcatchio-transformers-dev (<< 0.3),
 	libghc-monadcatchio-transformers-prof,
 	libghc-monadcatchio-transformers-doc,
+	libghc-parallel-dev (>= 2),
+	libghc-parallel-dev (<< 4),
+	libghc-parallel-prof,
+	libghc-parallel-doc,
+	libghc-transformers-dev (>= 0.2),
+	libghc-transformers-dev (<< 0.3),
+	libghc-transformers-prof,
+	libghc-transformers-doc,
 Standards-Version: 3.9.2
 Homepage: http://inmachina.net/~jwlato/haskell/iteratee
 





More information about the Pkg-haskell-commits mailing list