summaryrefslogtreecommitdiff
path: root/p/haskell-exceptions
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-12-20 22:29:20 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2014-12-20 22:29:20 +0300
commita96f355c8966dcf4dd9d14c4b5c1dcfdb467501d (patch)
tree9079a910cd5f0273a5649cbbd43530706aa647e3 /p/haskell-exceptions
parent2fea1fa24744efa9d85ffa8734be87df3720917e (diff)
downloadDHG_packages-a96f355c8966dcf4dd9d14c4b5c1dcfdb467501d.tar.gz
haskell-exceptions: Do not depend on transformers, which now comes with GHC
Diffstat (limited to 'p/haskell-exceptions')
-rw-r--r--p/haskell-exceptions/debian/changelog1
-rw-r--r--p/haskell-exceptions/debian/control4
2 files changed, 1 insertions, 4 deletions
diff --git a/p/haskell-exceptions/debian/changelog b/p/haskell-exceptions/debian/changelog
index 19cb1d234..3662ca6e5 100644
--- a/p/haskell-exceptions/debian/changelog
+++ b/p/haskell-exceptions/debian/changelog
@@ -1,6 +1,7 @@
haskell-exceptions (0.6.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:57:05 +0100
diff --git a/p/haskell-exceptions/debian/control b/p/haskell-exceptions/debian/control
index 823ee3624..7ab312311 100644
--- a/p/haskell-exceptions/debian/control
+++ b/p/haskell-exceptions/debian/control
@@ -11,9 +11,6 @@ Build-Depends: debhelper (>= 9)
, libghc-mtl-dev (>= 2.0)
, libghc-mtl-dev (<< 2.3)
, libghc-mtl-prof
- , libghc-transformers-dev (>= 0.2)
- , libghc-transformers-dev (<< 0.5)
- , libghc-transformers-prof
, libghc-quickcheck2-dev (>= 2.5)
, libghc-quickcheck2-dev (<< 2.8)
, libghc-test-framework-dev (>= 0.8)
@@ -22,7 +19,6 @@ Build-Depends: debhelper (>= 9)
, libghc-test-framework-quickcheck2-dev (<< 0.4)
Build-Depends-Indep: ghc-doc
, libghc-mtl-doc
- , libghc-transformers-doc
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/exceptions
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-exceptions