diff options
| -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 |
