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 | b59034d0bdaf8b62bc2295b766df3834cc01327f (patch) | |
| tree | 142be8bd9ed9b4a192341018fcd581681f0ac200 | |
| parent | 9b4d559f002380776b257318757eb8a11f732f6c (diff) | |
| download | DHG_packages-b59034d0bdaf8b62bc2295b766df3834cc01327f.tar.gz | |
haskell-authenticate: staging conduit 1.1 transition
| -rw-r--r-- | p/haskell-authenticate/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-authenticate/debian/control | 27 |
2 files changed, 21 insertions, 14 deletions
diff --git a/p/haskell-authenticate/debian/changelog b/p/haskell-authenticate/debian/changelog index 0ce34fea3..bc9f82758 100644 --- a/p/haskell-authenticate/debian/changelog +++ b/p/haskell-authenticate/debian/changelog @@ -1,8 +1,12 @@ -haskell-authenticate (1.3.2.6-3) UNRELEASED; urgency=low +haskell-authenticate (1.3.2.8-1) unstable; urgency=medium + [ Joachim Breitner ] * Adjust watch file to new hackage layout - -- Joachim Breitner <nomeata@debian.org> Sat, 05 Oct 2013 18:19:34 +0200 + [ Clint Adams ] + * New upstream version. + + -- Clint Adams <clint@debian.org> Sat, 07 Jun 2014 09:21:25 -0400 haskell-authenticate (1.3.2.6-2) unstable; urgency=low diff --git a/p/haskell-authenticate/debian/control b/p/haskell-authenticate/debian/control index bdd763f23..b87faac06 100644 --- a/p/haskell-authenticate/debian/control +++ b/p/haskell-authenticate/debian/control @@ -8,33 +8,35 @@ Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof - , libghc-aeson-dev (>> 0.5) + , libghc-aeson-dev (>= 0.5) , libghc-aeson-prof , libghc-attoparsec-dev , libghc-attoparsec-prof , libghc-blaze-builder-dev , libghc-blaze-builder-prof - , libghc-case-insensitive-dev (>> 0.2) + , libghc-case-insensitive-dev (>= 0.2) , libghc-case-insensitive-prof - , libghc-conduit-dev (>> 0.5) + , libghc-conduit-dev (>= 0.5) , libghc-conduit-prof - , libghc-http-conduit-dev (>> 1.5) + , libghc-http-conduit-dev (>= 1.5) , libghc-http-conduit-prof - , libghc-http-types-dev (>> 0.6) + , libghc-http-types-dev (>= 0.6) , libghc-http-types-prof - , libghc-monad-control-dev (>> 0.3) + , libghc-monad-control-dev (>= 0.3) , libghc-monad-control-prof , libghc-network-dev , libghc-network-prof - , libghc-tagsoup-dev (>> 0.12) - , libghc-tagsoup-prof + , libghc-resourcet-dev + , libghc-resourcet-prof + , libghc-tagstream-conduit-dev (>= 0.5.5) + , libghc-tagstream-conduit-prof , libghc-text-dev , libghc-text-prof - , libghc-transformers-dev (>> 0.1) + , libghc-transformers-dev (>= 0.1) , libghc-transformers-prof , libghc-unordered-containers-dev , libghc-unordered-containers-prof - , libghc-xml-conduit-dev (>> 1.0) + , libghc-xml-conduit-dev (>= 1.0) , libghc-xml-conduit-prof Build-Depends-Indep: ghc-doc , libghc-aeson-doc @@ -46,12 +48,13 @@ Build-Depends-Indep: ghc-doc , libghc-http-types-doc , libghc-monad-control-doc , libghc-network-doc - , libghc-tagsoup-doc + , libghc-resourcet-doc + , libghc-tagstream-conduit-doc , libghc-text-doc , libghc-transformers-doc , libghc-unordered-containers-doc , libghc-xml-conduit-doc -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/authenticate Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-authenticate Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-authenticate |
