diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:50 +0300 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:50 +0300 |
| commit | a9c32f032cdb8722311a1dfe97a643e8719cb580 (patch) | |
| tree | 83971e536c36be350e5fc0394dba11b2ee05f906 /p/haskell-streaming-commons/debian | |
| parent | 6ab3ccadeaf7d3a05fe8ffe60f0b257be468dbf8 (diff) | |
| download | DHG_packages-a9c32f032cdb8722311a1dfe97a643e8719cb580.tar.gz | |
haskell-streaming-commons: Do not depend on transformers, which now comes with GHC
Diffstat (limited to 'p/haskell-streaming-commons/debian')
| -rw-r--r-- | p/haskell-streaming-commons/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-streaming-commons/debian/control | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/p/haskell-streaming-commons/debian/changelog b/p/haskell-streaming-commons/debian/changelog index d32d7932a..8204f9bed 100644 --- a/p/haskell-streaming-commons/debian/changelog +++ b/p/haskell-streaming-commons/debian/changelog @@ -1,6 +1,7 @@ haskell-streaming-commons (0.1.4.1-2) 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:59:00 +0100 diff --git a/p/haskell-streaming-commons/debian/control b/p/haskell-streaming-commons/debian/control index a6d76b931..12568abc8 100644 --- a/p/haskell-streaming-commons/debian/control +++ b/p/haskell-streaming-commons/debian/control @@ -19,8 +19,6 @@ Build-Depends: debhelper (>= 9) , libghc-stm-prof , libghc-text-dev , libghc-text-prof - , libghc-transformers-dev - , libghc-transformers-prof , libghc-zlib-dev , libghc-zlib-prof , libghc-hspec-dev (>= 1.8) @@ -32,7 +30,6 @@ Build-Depends-Indep: ghc-doc , libghc-random-doc , libghc-stm-doc , libghc-text-doc - , libghc-transformers-doc , libghc-zlib-doc Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/streaming-commons |
