[Pkg-haskell-commits] darcs: haskell-lifted-async: Fix build-depends

Joachim Breitner mail at joachim-breitner.de
Wed Jul 1 17:57:18 UTC 2015


Wed Jul  1 17:46:37 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Fix build-depends

    M ./changelog +6
    M ./control -2 +6

Wed Jul  1 17:46:37 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Fix build-depends
diff -rN -u old-haskell-lifted-async/changelog new-haskell-lifted-async/changelog
--- old-haskell-lifted-async/changelog	2015-07-01 17:57:18.462182561 +0000
+++ new-haskell-lifted-async/changelog	2015-07-01 17:57:18.466182564 +0000
@@ -1,3 +1,9 @@
+haskell-lifted-async (0.7.0.1-2) UNRELEASED; urgency=medium
+
+  * Fix build-depends
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 01 Jul 2015 19:46:36 +0200
+
 haskell-lifted-async (0.7.0.1-1) unstable; urgency=medium
 
   * New upstream release
diff -rN -u old-haskell-lifted-async/control new-haskell-lifted-async/control
--- old-haskell-lifted-async/control	2015-07-01 17:57:18.462182561 +0000
+++ new-haskell-lifted-async/control	2015-07-01 17:57:18.462182561 +0000
@@ -14,8 +14,11 @@
   , libghc-lifted-base-dev (>= 0.2)
   , libghc-lifted-base-dev (<< 0.3)
   , libghc-lifted-base-prof
-  , libghc-monad-control-dev (>= 0.3.1)
-  , libghc-monad-control-dev (<< 1)
+  , libghc-constraints-dev (>= 0.2)
+  , libghc-constraints-dev (<< 0.5)
+  , libghc-constraints-prof
+  , libghc-monad-control-dev (>= 1.0)
+  , libghc-monad-control-dev (<< 1.1)
   , libghc-monad-control-prof
   , libghc-transformers-base-dev (>= 0.4)
   , libghc-transformers-base-dev (<< 0.5)
@@ -23,6 +26,7 @@
 Build-Depends-Indep: ghc-doc
   , libghc-async-doc
   , libghc-lifted-base-doc
+  , libghc-constraints-doc
   , libghc-monad-control-doc
   , libghc-transformers-base-doc
 Standards-Version: 3.9.2




More information about the Pkg-haskell-commits mailing list