File: use-pwstore-fast.patch

package info (click to toggle)
haskell-happstack-authenticate 2.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 256 kB
  • sloc: haskell: 2,242; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 730 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: b/happstack-authenticate.cabal
===================================================================
--- a/happstack-authenticate.cabal
+++ b/happstack-authenticate.cabal
@@ -68,7 +68,7 @@ Library
                        mime-mail                    >= 0.4  && < 0.6,
                        mtl                          >= 2.0  && < 2.3,
                        lens                         >= 4.2  && < 5.2,
-                       pwstore-purehaskell          == 2.1.*,
+                       pwstore-fast,
                        stm                          >= 2.4  && < 2.6,
                        text                         >= 0.11 && < 2.1,
                        time                         >= 1.2  && < 1.14,