happstack-authenticate 0.9.6 → 0.9.7
raw patch · 1 files changed
+7/−3 lines, 1 filesdep ~http-conduit
Dependency ranges changed: http-conduit
Files
happstack-authenticate.cabal view
@@ -1,8 +1,8 @@ Name: happstack-authenticate-Version: 0.9.6+Version: 0.9.7 Synopsis: Happstack Authentication Library Description: A themeable authentication library with support for username+password and OpenId.-Homepage: http://src.seereason.com/happstack-authenticate+Homepage: http://hub.darcs.net/stepcut/happstack-authentication License: BSD3 License-file: LICENSE Author: Jeremy Shaw.@@ -12,6 +12,10 @@ Build-type: Simple Cabal-version: >=1.6 +source-repository head+ type: darcs+ location: http://hub.darcs.net/stepcut/happstack-authenticate+ Library Exposed-modules: Happstack.Auth@@ -33,7 +37,7 @@ containers >= 0.4 && < 0.6, ixset >= 1.0 && < 1.1, happstack-server >= 6.0 && < 7.1,- http-conduit >= 1.4 && < 1.7,+ http-conduit >= 1.4 && < 1.9, http-types >= 0.6 && < 0.8, fb == 0.13.*, safecopy >= 0.6,