diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:40 +0300 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:40 +0300 |
| commit | 4d43de93e2bdb9d1fd01f5f35ad4c77465dba765 (patch) | |
| tree | cb3c9abf9bae0ad444edc4d4aa23c1ece37d78d7 /p/haskell-options | |
| parent | 7625b1c99c2f8f7db8fb9dd8fc212c7c6ed9cca3 (diff) | |
| download | DHG_packages-4d43de93e2bdb9d1fd01f5f35ad4c77465dba765.tar.gz | |
haskell-options: Do not depend on transformers, which now comes with GHC
Diffstat (limited to 'p/haskell-options')
| -rw-r--r-- | p/haskell-options/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-options/debian/control | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/p/haskell-options/debian/changelog b/p/haskell-options/debian/changelog index 33f63ef46..931e40676 100644 --- a/p/haskell-options/debian/changelog +++ b/p/haskell-options/debian/changelog @@ -1,6 +1,7 @@ haskell-options (1.2-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:58:17 +0100 diff --git a/p/haskell-options/debian/control b/p/haskell-options/debian/control index 6f464a3b0..6dac6245a 100644 --- a/p/haskell-options/debian/control +++ b/p/haskell-options/debian/control @@ -12,13 +12,10 @@ Build-Depends: , ghc-ghci , libghc-monads-tf-dev (>= 0.1) , libghc-monads-tf-prof - , libghc-transformers-dev (>= 0.2) - , libghc-transformers-prof Build-Depends-Indep: ghc-doc , haddock , libghc-monads-tf-doc - , libghc-transformers-doc Standards-Version: 3.9.4 Homepage: https://john-millikin.com/software/haskell-options/ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-options |
