servant-auth-cookie 0.4.2 → 0.4.2.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~memorydep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: memory, time
API changes (from Hackage documentation)
Files
servant-auth-cookie.cabal view
@@ -1,5 +1,5 @@ name: servant-auth-cookie-version: 0.4.2+version: 0.4.2.1 synopsis: Authentication via encrypted cookies description: Authentication via encrypted client-side cookies, inspired by client-session library by Michael Snoyman and based on@@ -41,12 +41,12 @@ , 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.10 , servant-server >= 0.5 && < 0.10 , tagged == 0.8.*- , time >= 1.5 && < 1.7+ , time >= 1.5 && <= 1.7.0.1 , transformers >= 0.4 && < 0.6 , wai >= 3.0 && < 3.3 @@ -121,7 +121,7 @@ , hspec >= 2.0 && < 3.0 , servant-auth-cookie , servant-server >= 0.5 && < 0.10- , 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