[Pkg-haskell-commits] darcs: tools: Import happstack-authenticate patches
Clint Adams
clint at debian.org
Tue Dec 31 15:46:50 UTC 2013
Tue Dec 31 15:46:02 UTC 2013 Clint Adams <clint at debian.org>
* Import happstack-authenticate patches
M ./all-packages/packages.txt -1 +1
A ./all-packages/patches/happstack-authenticate/
A ./all-packages/patches/happstack-authenticate/0.10.5/
A ./all-packages/patches/happstack-authenticate/0.10.5/faster-pwstore.diff
A ./all-packages/patches/happstack-authenticate/0.10.5/series
Tue Dec 31 15:46:02 UTC 2013 Clint Adams <clint at debian.org>
* Import happstack-authenticate patches
diff -rN -u old-tools/all-packages/packages.txt new-tools/all-packages/packages.txt
--- old-tools/all-packages/packages.txt 2013-12-31 15:46:50.364315851 +0000
+++ new-tools/all-packages/packages.txt 2013-12-31 15:46:50.368315851 +0000
@@ -231,7 +231,7 @@
hakyll 4.4.1.2
hamlet 1.1.7.1
happstack 7.0.1
-happstack-authenticate 0.10.5 patched for pwstore-fast instead of pwstore-purehaskell
+happstack-authenticate 0.10.5
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.5/faster-pwstore.diff new-tools/all-packages/patches/happstack-authenticate/0.10.5/faster-pwstore.diff
--- old-tools/all-packages/patches/happstack-authenticate/0.10.5/faster-pwstore.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/happstack-authenticate/0.10.5/faster-pwstore.diff 2013-12-31 15:46:50.400315850 +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.5/series new-tools/all-packages/patches/happstack-authenticate/0.10.5/series
--- old-tools/all-packages/patches/happstack-authenticate/0.10.5/series 1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/happstack-authenticate/0.10.5/series 2013-12-31 15:46:50.400315850 +0000
@@ -0,0 +1 @@
+faster-pwstore.diff
More information about the Pkg-haskell-commits
mailing list