File: faster-pwstore.diff

package info (click to toggle)
haskell-happstack-authenticate 0.10.12-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 192 kB
  • sloc: haskell: 1,512; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 649 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
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,