diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:21 +0300 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:21 +0300 |
| commit | 3d9addf1f9a2705b02da9a55aaf99521adc05ae3 (patch) | |
| tree | 1c304e18d4e57754112a5f1117728c8effc49cb0 /p/haskell-fb | |
| parent | 5586fe07ed8c7c501047026bc2bdf3df5741d392 (diff) | |
| download | DHG_packages-3d9addf1f9a2705b02da9a55aaf99521adc05ae3.tar.gz | |
haskell-fb: Do not depend on transformers, which now comes with GHC
Diffstat (limited to 'p/haskell-fb')
| -rw-r--r-- | p/haskell-fb/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-fb/debian/control | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/p/haskell-fb/debian/changelog b/p/haskell-fb/debian/changelog index fe7e15e57..5e5431ea2 100644 --- a/p/haskell-fb/debian/changelog +++ b/p/haskell-fb/debian/changelog @@ -2,6 +2,7 @@ haskell-fb (1.0.7-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:24 +0100 diff --git a/p/haskell-fb/debian/control b/p/haskell-fb/debian/control index 75e48346d..2915b42ca 100644 --- a/p/haskell-fb/debian/control +++ b/p/haskell-fb/debian/control @@ -51,9 +51,6 @@ Build-Depends: debhelper (>= 9) , libghc-text-dev (>= 0.11) , libghc-text-dev (<< 1.3) , libghc-text-prof - , libghc-transformers-dev (>= 0.2) - , libghc-transformers-dev (<< 0.5) - , libghc-transformers-prof , libghc-transformers-base-dev , libghc-transformers-base-prof , libghc-unordered-containers-dev @@ -81,7 +78,6 @@ Build-Depends-Indep: ghc-doc , libghc-monad-logger-doc , libghc-resourcet-doc , libghc-text-doc - , libghc-transformers-doc , libghc-transformers-base-doc , libghc-unordered-containers-doc Standards-Version: 3.9.5 |
