[Pkg-haskell-commits] darcs: haskell-happstack-authenticate: New upstream release
Joachim Breitner
mail at joachim-breitner.de
Tue Dec 23 13:07:03 UTC 2014
Tue Dec 23 13:00:23 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
M ./changelog -2 +3
M ./control -2 +2
M ./patches/faster-pwstore.diff -5 +7
R ./patches/newer-fb.diff
R ./patches/newer-http-conduit.diff
M ./patches/series -2
Tue Dec 23 13:00:23 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
diff -rN -u old-haskell-happstack-authenticate/changelog new-haskell-happstack-authenticate/changelog
--- old-haskell-happstack-authenticate/changelog 2014-12-23 13:07:03.583285462 +0000
+++ new-haskell-happstack-authenticate/changelog 2014-12-23 13:07:03.587285464 +0000
@@ -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 at debian.org> Sat, 20 Dec 2014 16:57:20 +0100
+ -- Joachim Breitner <nomeata at debian.org> Tue, 23 Dec 2014 13:57:36 +0100
haskell-happstack-authenticate (0.10.12-1) unstable; urgency=medium
diff -rN -u old-haskell-happstack-authenticate/control new-haskell-happstack-authenticate/control
--- old-haskell-happstack-authenticate/control 2014-12-23 13:07:03.583285462 +0000
+++ new-haskell-happstack-authenticate/control 2014-12-23 13:07:03.583285462 +0000
@@ -12,7 +12,7 @@
, 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 @@
, 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 -rN -u old-haskell-happstack-authenticate/patches/faster-pwstore.diff new-haskell-happstack-authenticate/patches/faster-pwstore.diff
--- old-haskell-happstack-authenticate/patches/faster-pwstore.diff 2014-12-23 13:07:03.583285462 +0000
+++ new-haskell-happstack-authenticate/patches/faster-pwstore.diff 2014-12-23 13:07:03.587285464 +0000
@@ -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 -rN -u old-haskell-happstack-authenticate/patches/newer-fb.diff new-haskell-happstack-authenticate/patches/newer-fb.diff
--- old-haskell-happstack-authenticate/patches/newer-fb.diff 2014-12-23 13:07:03.583285462 +0000
+++ new-haskell-happstack-authenticate/patches/newer-fb.diff 1970-01-01 00:00:00.000000000 +0000
@@ -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 -rN -u old-haskell-happstack-authenticate/patches/newer-http-conduit.diff new-haskell-happstack-authenticate/patches/newer-http-conduit.diff
--- old-haskell-happstack-authenticate/patches/newer-http-conduit.diff 2014-12-23 13:07:03.583285462 +0000
+++ new-haskell-happstack-authenticate/patches/newer-http-conduit.diff 1970-01-01 00:00:00.000000000 +0000
@@ -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 -rN -u old-haskell-happstack-authenticate/patches/series new-haskell-happstack-authenticate/patches/series
--- old-haskell-happstack-authenticate/patches/series 2014-12-23 13:07:03.583285462 +0000
+++ new-haskell-happstack-authenticate/patches/series 2014-12-23 13:07:03.587285464 +0000
@@ -1,3 +1 @@
faster-pwstore.diff
-newer-fb.diff
-newer-http-conduit.diff
More information about the Pkg-haskell-commits
mailing list