diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:43 +0300 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:43 +0300 |
commit | b3933749e86862880ea1b1a4410f835d535d5781 (patch) | |
tree | 78e811efc9dc2d774463beea7ca3479798de72e9 /p/haskell-pipes | |
parent | 1c3cf4e99cff05aec0f26a565fba7d80c90e289e (diff) | |
download | DHG_packages-b3933749e86862880ea1b1a4410f835d535d5781.tar.gz |
haskell-pipes: Do not depend on transformers, which now comes with GHC
Diffstat (limited to 'p/haskell-pipes')
-rw-r--r-- | p/haskell-pipes/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-pipes/debian/control | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/p/haskell-pipes/debian/changelog b/p/haskell-pipes/debian/changelog index 8b90d3da9..bdf4f699d 100644 --- a/p/haskell-pipes/debian/changelog +++ b/p/haskell-pipes/debian/changelog @@ -1,6 +1,7 @@ haskell-pipes (4.1.2-2) 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:58:23 +0100 diff --git a/p/haskell-pipes/debian/control b/p/haskell-pipes/debian/control index c1a867bd0..537ebbe16 100644 --- a/p/haskell-pipes/debian/control +++ b/p/haskell-pipes/debian/control @@ -14,9 +14,6 @@ Build-Depends: debhelper (>= 9) , libghc-mtl-dev (>= 2.0.1.0) , libghc-mtl-dev (<< 2.3) , libghc-mtl-prof - , libghc-transformers-dev (>= 0.2.0.0) - , libghc-transformers-dev (<< 0.5) - , libghc-transformers-prof , libghc-quickcheck2-dev (>= 2.4) , libghc-test-framework-dev (>= 0.4) , libghc-test-framework-dev (<< 1) @@ -25,7 +22,6 @@ Build-Depends: debhelper (>= 9) Build-Depends-Indep: ghc-doc , libghc-mmorph-doc , libghc-mtl-doc - , libghc-transformers-doc Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/pipes Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pipes |