summaryrefslogtreecommitdiff
path: root/p/hlint
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-12-20 22:30:01 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2014-12-20 22:30:01 +0300
commit278adf3c3fe5f85ef82aacaef9a3e178609278b9 (patch)
tree242ecdc7a8ca0aefe1ffb9fb5f20870f24913dba /p/hlint
parent6bcad51a169af63117a44aee1a38f6acb017a24c (diff)
downloadDHG_packages-278adf3c3fe5f85ef82aacaef9a3e178609278b9.tar.gz
hlint: Do not depend on transformers, which now comes with GHC
Diffstat (limited to 'p/hlint')
-rw-r--r--p/hlint/debian/changelog1
-rw-r--r--p/hlint/debian/control3
2 files changed, 1 insertions, 3 deletions
diff --git a/p/hlint/debian/changelog b/p/hlint/debian/changelog
index f3bbb2294..1acbfde69 100644
--- a/p/hlint/debian/changelog
+++ b/p/hlint/debian/changelog
@@ -1,6 +1,7 @@
hlint (1.8.61-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:46 +0100
diff --git a/p/hlint/debian/control b/p/hlint/debian/control
index 3f6c24ba7..932548ceb 100644
--- a/p/hlint/debian/control
+++ b/p/hlint/debian/control
@@ -7,8 +7,6 @@ Build-Depends: cdbs,
haskell-devscripts (>= 0.9),
debhelper (>= 9),
ghc,
- libghc-transformers-dev,
- libghc-transformers-prof,
libghc-hscolour-dev (>= 1.17),
libghc-hscolour-prof,
libghc-cpphs-dev (>= 1.18.1),
@@ -21,7 +19,6 @@ Build-Depends: cdbs,
libghc-uniplate-dev (>= 1.5),
libghc-uniplate-prof,
Build-Depends-Indep:
- libghc-transformers-doc,
libghc-hscolour-doc,
libghc-cpphs-doc,
libghc-cmdargs-doc,