[Pkg-haskell-commits] darcs: tools: Update happstack-authenticate
Clint Adams
clint at debian.org
Tue Dec 31 16:15:35 UTC 2013
Tue Dec 31 16:14:57 UTC 2013 Clint Adams <clint at debian.org>
* Update happstack-authenticate
M ./all-packages/packages.txt -1 +1
A ./all-packages/patches/happstack-authenticate/0.10.7/
A ./all-packages/patches/happstack-authenticate/0.10.7/faster-pwstore.diff
A ./all-packages/patches/happstack-authenticate/0.10.7/series
Tue Dec 31 16:14:57 UTC 2013 Clint Adams <clint at debian.org>
* Update happstack-authenticate
diff -rN -u old-tools/all-packages/packages.txt new-tools/all-packages/packages.txt
--- old-tools/all-packages/packages.txt 2013-12-31 16:15:35.500446657 +0000
+++ new-tools/all-packages/packages.txt 2013-12-31 16:15:35.504446657 +0000
@@ -231,7 +231,7 @@
hakyll 4.4.1.2
hamlet 1.1.7.1
happstack 7.0.1
-happstack-authenticate 0.10.5
+happstack-authenticate 0.10.7
happstack-heist 7.2.1
happstack-hsp 7.2.2
happstack-server 7.1.7
diff -rN -u old-tools/all-packages/patches/happstack-authenticate/0.10.7/faster-pwstore.diff new-tools/all-packages/patches/happstack-authenticate/0.10.7/faster-pwstore.diff
--- old-tools/all-packages/patches/happstack-authenticate/0.10.7/faster-pwstore.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/happstack-authenticate/0.10.7/faster-pwstore.diff 2013-12-31 16:15:35.540446660 +0000
@@ -0,0 +1,20 @@
+pwstore-fast is already in Debian and is reportedly much faster.
+
+--- a/happstack-authenticate.cabal
++++ b/happstack-authenticate.cabal
+@@ -44,7 +44,7 @@
+ fb >= 0.13 && < 0.15,
+ safecopy >= 0.6,
+ mtl >= 2.0,
+- pwstore-purehaskell == 2.1.*,
++ pwstore-fast,
+ QuickCheck >= 2,
+ text == 0.11.*,
+ time >= 1.2 && < 1.5,
+@@ -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-tools/all-packages/patches/happstack-authenticate/0.10.7/series new-tools/all-packages/patches/happstack-authenticate/0.10.7/series
--- old-tools/all-packages/patches/happstack-authenticate/0.10.7/series 1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/happstack-authenticate/0.10.7/series 2013-12-31 16:15:35.540446660 +0000
@@ -0,0 +1 @@
+faster-pwstore.diff
More information about the Pkg-haskell-commits
mailing list