[Pkg-haskell-commits] darcs: tools: Newer happstack-authenticat patches
Joachim Breitner
mail at joachim-breitner.de
Sun Mar 9 14:32:17 UTC 2014
Sun Mar 9 14:04:04 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Newer happstack-authenticat patches
A ./all-packages/patches/happstack-authenticate/0.10.10/
A ./all-packages/patches/happstack-authenticate/0.10.10/faster-pwstore.diff
A ./all-packages/patches/happstack-authenticate/0.10.10/series
Sun Mar 9 14:04:04 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Newer happstack-authenticat patches
diff -rN -u old-tools/all-packages/patches/happstack-authenticate/0.10.10/faster-pwstore.diff new-tools/all-packages/patches/happstack-authenticate/0.10.10/faster-pwstore.diff
--- old-tools/all-packages/patches/happstack-authenticate/0.10.10/faster-pwstore.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/happstack-authenticate/0.10.10/faster-pwstore.diff 2014-03-09 14:32:17.415993251 +0000
@@ -0,0 +1,13 @@
+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.16,
+ safecopy >= 0.6,
+ mtl >= 2.0,
+- pwstore-purehaskell == 2.1.*,
++ pwstore-fast,
+ QuickCheck >= 2,
+ text >= 0.11 && < 1.2,
+ time >= 1.2 && < 1.5,
diff -rN -u old-tools/all-packages/patches/happstack-authenticate/0.10.10/series new-tools/all-packages/patches/happstack-authenticate/0.10.10/series
--- old-tools/all-packages/patches/happstack-authenticate/0.10.10/series 1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/happstack-authenticate/0.10.10/series 2014-03-09 14:32:17.419993249 +0000
@@ -0,0 +1 @@
+faster-pwstore.diff
More information about the Pkg-haskell-commits
mailing list