summaryrefslogtreecommitdiff
path: root/p/haskell-wai-websockets
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-12-20 22:29:54 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2014-12-20 22:29:54 +0300
commite2b9d680bc18845928dd55e49a8d9c4ab98d4009 (patch)
treeac16882080813aec7683b6cb212829470fbd0a33 /p/haskell-wai-websockets
parent5e87d114b80477695a94bed271a78779cc9709f7 (diff)
downloadDHG_packages-e2b9d680bc18845928dd55e49a8d9c4ab98d4009.tar.gz
haskell-wai-websockets: Do not depend on transformers, which now comes with GHC
Diffstat (limited to 'p/haskell-wai-websockets')
-rw-r--r--p/haskell-wai-websockets/debian/changelog1
-rw-r--r--p/haskell-wai-websockets/debian/control4
2 files changed, 1 insertions, 4 deletions
diff --git a/p/haskell-wai-websockets/debian/changelog b/p/haskell-wai-websockets/debian/changelog
index b0152aab6..edcc847af 100644
--- a/p/haskell-wai-websockets/debian/changelog
+++ b/p/haskell-wai-websockets/debian/changelog
@@ -1,6 +1,7 @@
haskell-wai-websockets (3.0.0.1-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:59:27 +0100
diff --git a/p/haskell-wai-websockets/debian/control b/p/haskell-wai-websockets/debian/control
index f5bf0ada3..ca8adf623 100644
--- a/p/haskell-wai-websockets/debian/control
+++ b/p/haskell-wai-websockets/debian/control
@@ -21,9 +21,6 @@ Build-Depends: debhelper (>= 9)
, libghc-case-insensitive-prof
, libghc-network-dev (>= 2.2.1.5)
, libghc-network-prof
- , libghc-transformers-dev (>= 0.2)
- , libghc-transformers-dev (<< 0.4)
- , libghc-transformers-prof
, libghc-websockets-dev (>= 0.8)
, libghc-websockets-prof
, libghc-io-streams-dev (>= 1.1)
@@ -38,7 +35,6 @@ Build-Depends-Indep: ghc-doc
, libghc-blaze-builder-doc
, libghc-case-insensitive-doc
, libghc-network-doc
- , libghc-transformers-doc
, libghc-websockets-doc
, libghc-io-streams-doc
, libghc-http-types-doc