packages feed

servant-auth-cookie 0.3.3 → 0.3.3.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~memorydep ~time

Dependency ranges changed: memory, time

Files

servant-auth-cookie.cabal view
@@ -1,5 +1,5 @@ name:                servant-auth-cookie-version:             0.3.3+version:             0.3.3.1 synopsis:            Authentication via encrypted cookies description:         Authentication via encrypted client-side cookies,                      inspired by client-session library by Michael Snoyman and based on@@ -36,11 +36,11 @@                , data-default                , exceptions     >= 0.8   && < 0.9                , http-types     >= 0.9   && < 0.10-               , memory         >= 0.11  && < 0.14+               , memory         >= 0.11  && <= 0.14.1                , mtl            >= 2.0  && < 3.0                , servant        >= 0.5   && < 0.9                , servant-server >= 0.5   && < 0.9-               , time           >= 1.5   && < 1.7+               , time           >= 1.5   && <= 1.7.0.1                , transformers   >= 0.4   && < 0.6                , wai            >= 3.0   && < 3.3   if !impl(ghc >= 7.8)@@ -96,7 +96,7 @@                , hspec          >= 2.0  && < 3.0                , servant-auth-cookie                , servant-server >= 0.5  && < 0.9-               , time           >= 1.5  && < 1.7+               , time           >= 1.5  && <= 1.7.0.1   if !impl(ghc >= 7.8)     build-depends:    tagged    == 0.8.*   default-language:    Haskell2010