authenticate 0.7
This commit is contained in:
parent
0651e8cc8e
commit
7e19ee0789
@ -1,5 +1,5 @@
|
|||||||
name: yesod-auth
|
name: yesod-auth
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -13,9 +13,9 @@ homepage: http://docs.yesodweb.com/
|
|||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, authenticate >= 0.6.6 && < 0.7
|
, authenticate >= 0.7 && < 0.8
|
||||||
, bytestring >= 0.9.1.4 && < 0.10
|
, bytestring >= 0.9.1.4 && < 0.10
|
||||||
, yesod >= 0.5.1 && < 0.6
|
, yesod >= 0.5.2 && < 0.6
|
||||||
, wai >= 0.2 && < 0.3
|
, wai >= 0.2 && < 0.3
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, pureMD5 >= 1.1 && < 1.2
|
, pureMD5 >= 1.1 && < 1.2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user