diff options
Diffstat (limited to 'p/haskell-project-template')
| -rw-r--r-- | p/haskell-project-template/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-project-template/debian/control | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/p/haskell-project-template/debian/changelog b/p/haskell-project-template/debian/changelog index 1c4c8a1e8..f6b92eb3f 100644 --- a/p/haskell-project-template/debian/changelog +++ b/p/haskell-project-template/debian/changelog @@ -2,6 +2,7 @@ haskell-project-template (0.1.4.2-1) UNRELEASED; urgency=medium * Depend on haskell-devscripts 0.9, found in experimental * New upstream release + * Do not depend on transformers, which now comes with GHC -- Joachim Breitner <nomeata@debian.org> Sat, 20 Dec 2014 17:03:34 +0100 diff --git a/p/haskell-project-template/debian/control b/p/haskell-project-template/debian/control index 52efd37e8..fcec31082 100644 --- a/p/haskell-project-template/debian/control +++ b/p/haskell-project-template/debian/control @@ -25,8 +25,6 @@ Build-Depends: debhelper (>= 9) , libghc-system-filepath-prof , libghc-text-dev (>= 0.11) , libghc-text-prof - , libghc-transformers-dev (>= 0.2) - , libghc-transformers-prof , libghc-hspec-dev (>> 1.3) , libghc-quickcheck2-dev Build-Depends-Indep: ghc-doc @@ -39,7 +37,6 @@ Build-Depends-Indep: ghc-doc , libghc-system-fileio-doc , libghc-system-filepath-doc , libghc-text-doc - , libghc-transformers-doc Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/project-template Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-project-template |
