diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-23 16:00:23 +0300 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-23 16:00:23 +0300 |
| commit | 09b8cbbe6d6fac38243ebf49b182a5444c50c0ad (patch) | |
| tree | ff5b274ba65866323653df8f62380bed7a362f61 /p/haskell-happstack-authenticate/debian | |
| parent | 23bed7f4c89c31cd4b2020bed853994614424a2d (diff) | |
| download | DHG_packages-09b8cbbe6d6fac38243ebf49b182a5444c50c0ad.tar.gz | |
haskell-happstack-authenticate: New upstream release
Diffstat (limited to 'p/haskell-happstack-authenticate/debian')
6 files changed, 12 insertions, 40 deletions
diff --git a/p/haskell-happstack-authenticate/debian/changelog b/p/haskell-happstack-authenticate/debian/changelog index 3b410dd3d..dab723ac7 100644 --- a/p/haskell-happstack-authenticate/debian/changelog +++ b/p/haskell-happstack-authenticate/debian/changelog @@ -1,8 +1,9 @@ -haskell-happstack-authenticate (0.10.12-2) UNRELEASED; urgency=medium +haskell-happstack-authenticate (0.10.15-1) UNRELEASED; urgency=medium * Depend on haskell-devscripts 0.9, found in experimental + * New upstream release - -- Joachim Breitner <nomeata@debian.org> Sat, 20 Dec 2014 16:57:20 +0100 + -- Joachim Breitner <nomeata@debian.org> Tue, 23 Dec 2014 13:57:36 +0100 haskell-happstack-authenticate (0.10.12-1) unstable; urgency=medium diff --git a/p/haskell-happstack-authenticate/debian/control b/p/haskell-happstack-authenticate/debian/control index a984d1c73..220e86163 100644 --- a/p/haskell-happstack-authenticate/debian/control +++ b/p/haskell-happstack-authenticate/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9) , libghc-acid-state-dev (<< 0.13.1) , libghc-acid-state-prof , libghc-aeson-dev (>= 0.4) - , libghc-aeson-dev (<< 0.8) + , libghc-aeson-dev (<< 0.9) , libghc-aeson-prof , libghc-authenticate-dev (>= 1.3) , libghc-authenticate-dev (<< 1.4) @@ -53,7 +53,7 @@ Build-Depends: debhelper (>= 9) , libghc-safecopy-dev (>= 0.6) , libghc-safecopy-prof , libghc-text-dev (>= 0.11) - , libghc-text-dev (<< 1.2) + , libghc-text-dev (<< 1.3) , libghc-text-prof , libghc-unordered-containers-dev (>= 0.2) , libghc-unordered-containers-dev (<< 0.3) diff --git a/p/haskell-happstack-authenticate/debian/patches/faster-pwstore.diff b/p/haskell-happstack-authenticate/debian/patches/faster-pwstore.diff index 37a0c7069..d41a0c41f 100644 --- a/p/haskell-happstack-authenticate/debian/patches/faster-pwstore.diff +++ b/p/haskell-happstack-authenticate/debian/patches/faster-pwstore.diff @@ -1,13 +1,15 @@ pwstore-fast is already in Debian and is reportedly much faster. ---- a/happstack-authenticate.cabal -+++ b/happstack-authenticate.cabal +Index: happstack-authenticate-0.10.15/happstack-authenticate.cabal +=================================================================== +--- happstack-authenticate-0.10.15.orig/happstack-authenticate.cabal 2014-12-23 13:59:58.912423502 +0100 ++++ happstack-authenticate-0.10.15/happstack-authenticate.cabal 2014-12-23 13:59:58.912423502 +0100 @@ -44,7 +44,7 @@ - fb >= 0.13 && < 0.16, + fb >= 0.13 && < 1.1, safecopy >= 0.6, mtl >= 2.0, - pwstore-purehaskell == 2.1.*, + pwstore-fast, QuickCheck >= 2, - text >= 0.11 && < 1.2, - time >= 1.2 && < 1.5, + text >= 0.11 && < 1.3, + time >= 1.2 && < 1.6, diff --git a/p/haskell-happstack-authenticate/debian/patches/newer-fb.diff b/p/haskell-happstack-authenticate/debian/patches/newer-fb.diff deleted file mode 100644 index 3e695f44d..000000000 --- a/p/haskell-happstack-authenticate/debian/patches/newer-fb.diff +++ /dev/null @@ -1,18 +0,0 @@ ---- a/happstack-authenticate.cabal -+++ b/happstack-authenticate.cabal -@@ -41,7 +41,7 @@ - happstack-server >= 6.0 && < 7.4, - http-conduit >= 1.4 && < 2.1, - http-types >= 0.6 && < 0.9, -- fb >= 0.13 && < 0.16, -+ fb >= 0.13 && < 1.1, - safecopy >= 0.6, - mtl >= 2.0, - pwstore-fast, -@@ -53,4 +53,4 @@ - reform-happstack == 0.2.*, - unordered-containers == 0.2.*, - web-routes >= 0.26 && < 0.28, -- web-routes-happstack == 0.23.* -\ No newline at end of file -+ web-routes-happstack == 0.23.* diff --git a/p/haskell-happstack-authenticate/debian/patches/newer-http-conduit.diff b/p/haskell-happstack-authenticate/debian/patches/newer-http-conduit.diff deleted file mode 100644 index d657b7db7..000000000 --- a/p/haskell-happstack-authenticate/debian/patches/newer-http-conduit.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- a/happstack-authenticate.cabal -+++ b/happstack-authenticate.cabal -@@ -39,7 +39,7 @@ - containers >= 0.4 && < 0.6, - ixset >= 1.0 && < 1.1, - happstack-server >= 6.0 && < 7.4, -- http-conduit >= 1.4 && < 2.1, -+ http-conduit >= 1.4 && < 2.2, - http-types >= 0.6 && < 0.9, - fb >= 0.13 && < 1.1, - safecopy >= 0.6, diff --git a/p/haskell-happstack-authenticate/debian/patches/series b/p/haskell-happstack-authenticate/debian/patches/series index a0fe57f37..d1ea23969 100644 --- a/p/haskell-happstack-authenticate/debian/patches/series +++ b/p/haskell-happstack-authenticate/debian/patches/series @@ -1,3 +1 @@ faster-pwstore.diff -newer-fb.diff -newer-http-conduit.diff |
