summaryrefslogtreecommitdiff
path: root/p/haskell-monad-journal
diff options
context:
space:
mode:
authorDaneil Gröber <dxld@darkboxed.org>2014-10-30 01:53:04 +0300
committer=?UTF-8?q?Daneil=20Gr=C3=B6ber?= <dxld@darkboxed.org>2014-10-30 01:53:04 +0300
commit284ef9f34fcfae3989c3070ab7407b01f7967c21 (patch)
treec88c54958dc36214bd549070754e51799b2bd3b3 /p/haskell-monad-journal
parent51783905e3b87e62ad026e6c890e2743d6a2bbac (diff)
downloadDHG_packages-284ef9f34fcfae3989c3070ab7407b01f7967c21.tar.gz
haskell-monad-journal: Fix upper version bounds
Diffstat (limited to 'p/haskell-monad-journal')
-rw-r--r--p/haskell-monad-journal/debian/control6
1 files changed, 5 insertions, 1 deletions
diff --git a/p/haskell-monad-journal/debian/control b/p/haskell-monad-journal/debian/control
index a78268151..63ddb4c12 100644
--- a/p/haskell-monad-journal/debian/control
+++ b/p/haskell-monad-journal/debian/control
@@ -9,11 +9,15 @@ Build-Depends: debhelper (>= 9)
, 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