diff options
| author | Clint Adams <clint@debian.org> | 2014-06-10 17:54:35 +0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2014-06-10 17:54:35 +0400 |
| commit | 9b4d559f002380776b257318757eb8a11f732f6c (patch) | |
| tree | 1b21eb2d0eb665434755cc07163d613fa3a9b5f3 | |
| parent | 61a443db5ade77169b5813f51fa14ca62ac3aa01 (diff) | |
| download | DHG_packages-9b4d559f002380776b257318757eb8a11f732f6c.tar.gz | |
haskell-classy-prelude: staging conduit 1.1 transition
| -rw-r--r-- | p/haskell-classy-prelude/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-classy-prelude/debian/control | 29 |
2 files changed, 31 insertions, 6 deletions
diff --git a/p/haskell-classy-prelude/debian/changelog b/p/haskell-classy-prelude/debian/changelog index 2ce82985b..6459333ec 100644 --- a/p/haskell-classy-prelude/debian/changelog +++ b/p/haskell-classy-prelude/debian/changelog @@ -1,8 +1,12 @@ -haskell-classy-prelude (0.5.4-3) UNRELEASED; urgency=low +haskell-classy-prelude (0.9.2-1) unstable; urgency=medium + [ Joachim Breitner ] * Adjust watch file to new hackage layout - -- Joachim Breitner <nomeata@debian.org> Sat, 05 Oct 2013 18:19:50 +0200 + [ Clint Adams ] + * New upstream version. + + -- Clint Adams <clint@debian.org> Fri, 06 Jun 2014 07:48:39 -0400 haskell-classy-prelude (0.5.4-2) unstable; urgency=low diff --git a/p/haskell-classy-prelude/debian/control b/p/haskell-classy-prelude/debian/control index f914cefad..426201b21 100644 --- a/p/haskell-classy-prelude/debian/control +++ b/p/haskell-classy-prelude/debian/control @@ -8,14 +8,26 @@ Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof - , libghc-basic-prelude-dev (>> 0.3.4) + , libghc-basic-prelude-dev (>= 0.3.8) , libghc-basic-prelude-dev (<< 0.4) , libghc-basic-prelude-prof + , libghc-chunked-data-dev + , libghc-chunked-data-prof + , libghc-enclosed-exceptions-dev + , libghc-enclosed-exceptions-prof + , libghc-exceptions-dev (>= 0.5) + , libghc-exceptions-prof , libghc-hashable-dev , libghc-hashable-prof , libghc-lifted-base-dev (>= 0.2) , libghc-lifted-base-prof - , libghc-system-filepath-dev (>> 0.4) + , libghc-mono-traversable-dev (>= 0.6) + , libghc-mono-traversable-prof + , libghc-semigroups-dev + , libghc-semigroups-prof + , libghc-stm-dev + , libghc-stm-prof + , libghc-system-filepath-dev (>= 0.4) , libghc-system-filepath-dev (<< 0.5) , libghc-system-filepath-prof , libghc-text-dev @@ -26,18 +38,27 @@ Build-Depends: debhelper (>= 9) , libghc-unordered-containers-prof , libghc-vector-dev , libghc-vector-prof - , libghc-hspec-dev (>> 1.3) + , libghc-vector-instances-dev + , libghc-vector-instances-prof + , libghc-hspec-dev (>= 1.3) , libghc-quickcheck2-dev Build-Depends-Indep: ghc-doc , libghc-basic-prelude-doc + , libghc-chunked-data-doc + , libghc-enclosed-exceptions-doc + , libghc-exceptions-doc , libghc-hashable-doc , libghc-lifted-base-doc + , libghc-mono-traversable-doc + , libghc-semigroups-doc + , libghc-stm-doc , libghc-system-filepath-doc , libghc-text-doc , libghc-transformers-doc , libghc-unordered-containers-doc , libghc-vector-doc -Standards-Version: 3.9.4 + , libghc-vector-instances-doc +Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/classy-prelude Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-classy-prelude Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-classy-prelude |
