summaryrefslogtreecommitdiff
path: root/p/haskell-stmonadtrans/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-07-26 17:02:40 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2014-07-26 17:02:40 +0400
commit49b354ecec4bde7946da8706b5713b19e446fe92 (patch)
tree1dc2931387e83809f77d6cd2d4f1b43685b0310c /p/haskell-stmonadtrans/debian
parentc95b5e18c0d7ca55fc22bcb5eb8ed0341c609ee3 (diff)
downloadDHG_packages-49b354ecec4bde7946da8706b5713b19e446fe92.tar.gz
haskell-stmonadtrans: Fix dependency
Diffstat (limited to 'p/haskell-stmonadtrans/debian')
-rw-r--r--p/haskell-stmonadtrans/debian/control4
1 files changed, 1 insertions, 3 deletions
diff --git a/p/haskell-stmonadtrans/debian/control b/p/haskell-stmonadtrans/debian/control
index eca882412..d1ef984dd 100644
--- a/p/haskell-stmonadtrans/debian/control
+++ b/p/haskell-stmonadtrans/debian/control
@@ -8,8 +8,7 @@ Build-Depends: debhelper (>= 9)
, haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
- , libghc-mtl-dev (>= 0.1)
- , libghc-mtl-dev (<< 0.2)
+ , libghc-mtl-dev
, libghc-mtl-prof
Build-Depends-Indep: ghc-doc
, libghc-mtl-doc
@@ -27,7 +26,6 @@ X-Description: monad transformer version of the ST monad
State, Reader, Writer, Maybe and combinations of their corresponding monad
transformers.
-
Package: libghc-stmonadtrans-dev
Architecture: any
Depends: ${haskell:Depends}