diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:13 +0300 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:13 +0300 |
| commit | 1ab038cb63fb9ca3e9c19db96852ab1cc3c7a53d (patch) | |
| tree | eae22364f86957c286ec5bfaec7e5f965529fd13 /p/haskell-crypto-conduit | |
| parent | bcc2fc9f9db790a212134659183280cd21b06723 (diff) | |
| download | DHG_packages-1ab038cb63fb9ca3e9c19db96852ab1cc3c7a53d.tar.gz | |
haskell-crypto-conduit: Do not depend on transformers, which now comes with GHC
Diffstat (limited to 'p/haskell-crypto-conduit')
| -rw-r--r-- | p/haskell-crypto-conduit/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-crypto-conduit/debian/control | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/p/haskell-crypto-conduit/debian/changelog b/p/haskell-crypto-conduit/debian/changelog index 0625b90c2..1e65f23fc 100644 --- a/p/haskell-crypto-conduit/debian/changelog +++ b/p/haskell-crypto-conduit/debian/changelog @@ -1,6 +1,7 @@ haskell-crypto-conduit (0.5.4-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:56:42 +0100 diff --git a/p/haskell-crypto-conduit/debian/control b/p/haskell-crypto-conduit/debian/control index 4df957a85..6ee59fbe4 100644 --- a/p/haskell-crypto-conduit/debian/control +++ b/p/haskell-crypto-conduit/debian/control @@ -21,9 +21,6 @@ Build-Depends: debhelper (>= 9) , libghc-crypto-api-prof , libghc-resourcet-dev , libghc-resourcet-prof - , libghc-transformers-dev (>= 0.2) - , libghc-transformers-dev (<< 0.5) - , libghc-transformers-prof , libghc-hspec-dev (>= 1.3) , libghc-cryptocipher-dev (>= 0.4) , libghc-cryptohash-cryptoapi-dev (>= 0.1) @@ -34,7 +31,6 @@ Build-Depends-Indep: ghc-doc , libghc-conduit-extra-doc , libghc-crypto-api-doc , libghc-resourcet-doc - , libghc-transformers-doc Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/crypto-conduit Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-conduit |
