diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:24 +0300 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:24 +0300 |
| commit | f85d604e8545902d66dce90f9543ae283c073b2b (patch) | |
| tree | 631b9adfd3610c265af3db484844c3cdd633c207 /p/haskell-gnutls/debian | |
| parent | 3cc87f5241fdea8c74c006bca084549cacd61e8c (diff) | |
| download | DHG_packages-f85d604e8545902d66dce90f9543ae283c073b2b.tar.gz | |
haskell-gnutls: Do not depend on transformers, which now comes with GHC
Diffstat (limited to 'p/haskell-gnutls/debian')
| -rw-r--r-- | p/haskell-gnutls/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-gnutls/debian/control | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/p/haskell-gnutls/debian/changelog b/p/haskell-gnutls/debian/changelog index 97b7f7326..b94f69698 100644 --- a/p/haskell-gnutls/debian/changelog +++ b/p/haskell-gnutls/debian/changelog @@ -1,6 +1,7 @@ haskell-gnutls (0.1.4-7) 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:16 +0100 diff --git a/p/haskell-gnutls/debian/control b/p/haskell-gnutls/debian/control index 723ea0f55..ecc7064e3 100644 --- a/p/haskell-gnutls/debian/control +++ b/p/haskell-gnutls/debian/control @@ -11,13 +11,10 @@ Build-Depends: debhelper (>= 9) , libghc-monads-tf-dev (>> 0.1) , libghc-monads-tf-dev (<< 0.2) , libghc-monads-tf-prof - , libghc-transformers-dev (>> 0.2) - , libghc-transformers-prof , pkg-config , libgnutls28-dev | libgnutls-dev Build-Depends-Indep: ghc-doc , libghc-monads-tf-doc - , libghc-transformers-doc Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/gnutls Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gnutls |
