[Pkg-haskell-commits] darcs: haskell-monad-journal: Fix upper version bounds

Daneil Gröber dxld at darkboxed.org
Wed Oct 29 22:53:09 UTC 2014


Wed Oct 29 22:53:04 UTC 2014  Daneil Gr[_<U+00F6>_]ber <dxld at darkboxed.org>
  * Fix upper version bounds

    M ./control -1 +5

Wed Oct 29 22:53:04 UTC 2014  Daneil Gröber <dxld at darkboxed.org>
  * Fix upper version bounds
diff -rN -u old-haskell-monad-journal/control new-haskell-monad-journal/control
--- old-haskell-monad-journal/control	2014-10-29 22:53:09.187837565 +0000
+++ new-haskell-monad-journal/control	2014-10-29 22:53:09.191837563 +0000
@@ -9,11 +9,15 @@
   , ghc
   , ghc-prof
   , libghc-mtl-dev (>=2.1)
+  , libghc-mtl-dev (<<2.3)
   , libghc-transformers-dev (>= 0.3)
-  , libghc-transformers-dev (<< 0.4)
+  , libghc-transformers-dev (<< 0.5)
   , libghc-either-dev (>= 4.1)
+  , libghc-either-dev (<< 4.4)
   , libghc-monad-control-dev (>= 0.3)
+  , libghc-monad-control-dev (<< 0.4)
   , libghc-transformers-base-dev (>= 0.4)
+  , libghc-transformers-base-dev (<< 0.5)
   , libghc-mtl-prof
   , libghc-transformers-prof
   , libghc-either-prof




More information about the Pkg-haskell-commits mailing list