diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:29 +0300 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:29 +0300 |
commit | ffeb3ddb9d5066567e49cd59ca3b3eb8d61eb343 (patch) | |
tree | 0334d328a07af57c18a8186f9775c7dd31b5ff9c /p/haskell-http-conduit | |
parent | b52ab1f2f55af51a89862a28717391c2e03c651f (diff) | |
download | DHG_packages-ffeb3ddb9d5066567e49cd59ca3b3eb8d61eb343.tar.gz |
haskell-http-conduit: Do not depend on transformers, which now comes with GHC
Diffstat (limited to 'p/haskell-http-conduit')
-rw-r--r-- | p/haskell-http-conduit/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-http-conduit/debian/control | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/p/haskell-http-conduit/debian/changelog b/p/haskell-http-conduit/debian/changelog index 21a69e8dd..7444f6b7c 100644 --- a/p/haskell-http-conduit/debian/changelog +++ b/p/haskell-http-conduit/debian/changelog @@ -2,6 +2,7 @@ haskell-http-conduit (2.1.4.7-1) UNRELEASED; urgency=medium * Depend on haskell-devscripts 0.9, found in experimental * New upstream release + * Do not depend on transformers, which now comes with GHC -- Joachim Breitner <nomeata@debian.org> Sat, 20 Dec 2014 17:03:28 +0100 diff --git a/p/haskell-http-conduit/debian/control b/p/haskell-http-conduit/debian/control index 851d2c2b9..ecfe3a157 100644 --- a/p/haskell-http-conduit/debian/control +++ b/p/haskell-http-conduit/debian/control @@ -27,8 +27,6 @@ Build-Depends: debhelper (>= 9) , libghc-resourcet-dev (>= 1.1) , libghc-resourcet-dev (<< 1.2) , libghc-resourcet-prof - , libghc-transformers-dev (>= 0.2) - , libghc-transformers-prof , libghc-hunit-dev , libghc-hspec-dev (>= 1.3) , libghc-blaze-builder-dev @@ -59,7 +57,6 @@ Build-Depends-Indep: ghc-doc , libghc-monad-control-doc , libghc-mtl-doc , libghc-resourcet-doc - , libghc-transformers-doc Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/http-conduit Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-http-conduit |