diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:09 +0300 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:09 +0300 |
commit | 2dcdc1dfe36ba51d2242bf202ffaa397ab1cbd51 (patch) | |
tree | 7739ec9ef5987ec5be8b9a98e040ff827fde725e /p/haskell-chell | |
parent | a582f9a2c869f713e9c272d51b26f211af870e6d (diff) | |
download | DHG_packages-2dcdc1dfe36ba51d2242bf202ffaa397ab1cbd51.tar.gz |
haskell-chell: Do not depend on transformers, which now comes with GHC
Diffstat (limited to 'p/haskell-chell')
-rw-r--r-- | p/haskell-chell/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-chell/debian/control | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/p/haskell-chell/debian/changelog b/p/haskell-chell/debian/changelog index 22d29820b..693737602 100644 --- a/p/haskell-chell/debian/changelog +++ b/p/haskell-chell/debian/changelog @@ -1,6 +1,7 @@ haskell-chell (0.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:31 +0100 diff --git a/p/haskell-chell/debian/control b/p/haskell-chell/debian/control index 3286094bd..f14b319a5 100644 --- a/p/haskell-chell/debian/control +++ b/p/haskell-chell/debian/control @@ -20,8 +20,6 @@ Build-Depends: , libghc-random-prof , libghc-text-dev , libghc-text-prof - , libghc-transformers-dev (>= 0.2) - , libghc-transformers-prof , libghc-ansi-terminal-dev (>= 0.5) , libghc-ansi-terminal-dev (<< 0.7) , libghc-ansi-terminal-prof @@ -31,7 +29,6 @@ Build-Depends-Indep: , libghc-options-doc , libghc-patience-doc , libghc-text-doc - , libghc-transformers-doc , libghc-ansi-terminal-doc Standards-Version: 3.9.4 Homepage: https://john-millikin.com/software/chell/ |