From 3c99d18f36cf0f3e5e365bc645e6a318888a6ebe Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Sat, 20 Dec 2014 22:29:32 +0300 Subject: haskell-language-python: Do not depend on transformers, which now comes with GHC --- p/haskell-language-python/debian/changelog | 1 + p/haskell-language-python/debian/control | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'p/haskell-language-python') 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 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 -- cgit v1.2.3