diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:46 +0300 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:46 +0300 |
| commit | da1f9046bb8162d8278acada7006a8e2ea0bf888 (patch) | |
| tree | 72bf18a60cc8339fccda5223aa169e5292c5729d /p/haskell-project-template | |
| parent | 11009a474d013e9c891b81fd4ffc499ae035d56e (diff) | |
| download | DHG_packages-da1f9046bb8162d8278acada7006a8e2ea0bf888.tar.gz | |
haskell-project-template: Do not depend on transformers, which now comes with GHC
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 |
