diff options
Diffstat (limited to 'p/haskell-language-python')
| -rw-r--r-- | p/haskell-language-python/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-language-python/debian/control | 4 |
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 |
