packages feed

happstack-authenticate 2.3.4.11 → 2.3.4.14

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~acid-statedep ~aesondep ~base

Dependency ranges changed: acid-state, aeson, base, containers, lens

Files

happstack-authenticate.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-authenticate-Version:             2.3.4.11+Version:             2.3.4.14 Synopsis:            Happstack Authentication Library Description:         A themeable authentication library with support for username+password and OpenId. Homepage:            http://www.happstack.com/@@ -42,13 +42,13 @@     Build-depends:       base                         > 4     && < 5,-                       acid-state                   >= 0.6  && < 0.15,-                       aeson                        (>= 0.4  && < 0.10) || (>= 0.11 && < 1.3),+                       acid-state                   >= 0.6  && < 0.16,+                       aeson                        (>= 0.4  && < 0.10) || (>= 0.11 && < 1.5),                        authenticate                 == 1.3.*,                        base64-bytestring            >= 1.0  && < 1.1,                        boomerang                    >= 1.4  && < 1.5,                        bytestring                   >= 0.9  && < 0.11,-                       containers                   >= 0.4  && < 0.6,+                       containers                   >= 0.4  && < 0.7,                        data-default                 >= 0.5  && < 0.8,                        email-validate               >= 2.1  && < 2.4,                        filepath                     >= 1.3  && < 1.5,@@ -66,7 +66,7 @@                        safecopy                     >= 0.8  && < 0.10,                        mime-mail                    >= 0.4  && < 0.5,                        mtl                          >= 2.0  && < 2.3,-                       lens                         >= 4.2  && < 4.17,+                       lens                         >= 4.2  && < 4.18,                        pwstore-purehaskell          == 2.1.*,                        text                         >= 0.11 && < 1.3,                        time                         >= 1.2  && < 1.10,