summaryrefslogtreecommitdiff
path: root/p/haskell-language-python
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-12-20 22:29:32 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2014-12-20 22:29:32 +0300
commit3c99d18f36cf0f3e5e365bc645e6a318888a6ebe (patch)
tree8bfee0cde5807fc8307964fd4a046d7d86418340 /p/haskell-language-python
parent3f50a2bfd2ffd97388000bc42049f433bd15d009 (diff)
downloadDHG_packages-3c99d18f36cf0f3e5e365bc645e6a318888a6ebe.tar.gz
haskell-language-python: Do not depend on transformers, which now comes with GHC
Diffstat (limited to 'p/haskell-language-python')
-rw-r--r--p/haskell-language-python/debian/changelog1
-rw-r--r--p/haskell-language-python/debian/control4
2 files changed, 1 insertions, 4 deletions
diff --git a/p/haskell-language-python/debian/changelog b/p/haskell-language-python/debian/changelog
index 5e317718f..2b7f62c14 100644
--- a/p/haskell-language-python/debian/changelog
+++ b/p/haskell-language-python/debian/changelog
@@ -1,6 +1,7 @@
haskell-language-python (0.4.0-4) UNRELEASED; urgency=medium
* Depend on haskell-devscripts 0.9, found in experimental
+ * Do not depend on transformers, which now comes with GHC
-- Joachim Breitner <nomeata@debian.org> Sat, 20 Dec 2014 16:57:52 +0100
diff --git a/p/haskell-language-python/debian/control b/p/haskell-language-python/debian/control
index e190c518e..ebb3f6ff6 100644
--- a/p/haskell-language-python/debian/control
+++ b/p/haskell-language-python/debian/control
@@ -10,14 +10,10 @@ Build-Depends: debhelper (>= 9)
, ghc-prof
, happy
, alex
- , libghc-transformers-dev (>= 0.3)
- , libghc-transformers-dev (<< 0.4)
- , libghc-transformers-prof
, libghc-monads-tf-dev (>= 0.1)
, libghc-monads-tf-dev (<< 0.2)
, libghc-monads-tf-prof
Build-Depends-Indep: ghc-doc
- , libghc-transformers-doc
, libghc-monads-tf-doc
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/language-python