Library bumps

This commit is contained in:
Michael Snoyman 2011-08-09 12:34:03 +03:00
parent a9e878fbfd
commit b65baed9c4
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ library
, persistent-template >= 0.6 && < 0.7
, SHA >= 1.4.1.3 && < 1.5
, http-enumerator >= 0.6 && < 0.7
, aeson >= 0.3.2.2 && < 0.4
, aeson >= 0.3.2.2 && < 0.3.2.10
, pwstore-fast >= 2.2 && < 3
exposed-modules: Yesod.Auth

View File

@ -20,7 +20,7 @@ library
, yesod-persistent >= 0.2 && < 0.3
, template-haskell
, transformers >= 0.2.2 && < 0.3
, data-default >= 0.2 && < 0.3
, data-default >= 0.3 && < 0.4
, xss-sanitize >= 0.2.4 && < 0.3
, blaze-builder >= 0.2.1 && < 0.4
, network >= 2.2 && < 2.4

View File

@ -14,7 +14,7 @@ homepage: http://www.yesodweb.com/
library
build-depends: base >= 4 && < 5
, yesod-core >= 0.9 && < 0.10
, aeson >= 0.3.1.1 && < 0.4
, aeson >= 0.3.1.1 && < 0.3.2.10
, text >= 0.8 && < 0.12
, hamlet >= 0.9 && < 0.10
, vector