summaryrefslogtreecommitdiff
path: root/p/haskell-aws/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-12-20 22:29:07 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2014-12-20 22:29:07 +0300
commit3ab4286fdd3b6fd3612d6711295c5c37ca2311ff (patch)
tree438a50ee70478044bf5f19a1e01809b461c1017d /p/haskell-aws/debian
parentd5baeb3a616c2d6a4dddde48f445e5fa31b82942 (diff)
downloadDHG_packages-3ab4286fdd3b6fd3612d6711295c5c37ca2311ff.tar.gz
haskell-aws: Do not depend on transformers, which now comes with GHC
Diffstat (limited to 'p/haskell-aws/debian')
-rw-r--r--p/haskell-aws/debian/changelog1
-rw-r--r--p/haskell-aws/debian/control4
2 files changed, 1 insertions, 4 deletions
diff --git a/p/haskell-aws/debian/changelog b/p/haskell-aws/debian/changelog
index 36fb3a61e..6bc017dc2 100644
--- a/p/haskell-aws/debian/changelog
+++ b/p/haskell-aws/debian/changelog
@@ -2,6 +2,7 @@ haskell-aws (0.10.5-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:20 +0100
diff --git a/p/haskell-aws/debian/control b/p/haskell-aws/debian/control
index 4f47a7b86..a15d83e9b 100644
--- a/p/haskell-aws/debian/control
+++ b/p/haskell-aws/debian/control
@@ -55,9 +55,6 @@ Build-Depends: debhelper (>= 9)
, libghc-resourcet-prof
, libghc-text-dev (>= 0.11)
, libghc-text-prof
- , libghc-transformers-dev (>= 0.2.2)
- , libghc-transformers-dev (<< 0.5)
- , libghc-transformers-prof
, libghc-unordered-containers-dev (>= 0.2)
, libghc-unordered-containers-prof
, libghc-utf8-string-dev (>= 0.3)
@@ -85,7 +82,6 @@ Build-Depends-Indep: ghc-doc
, libghc-network-doc
, libghc-resourcet-doc
, libghc-text-doc
- , libghc-transformers-doc
, libghc-unordered-containers-doc
, libghc-utf8-string-doc
, libghc-vector-doc