packages feed

wai-secure-cookies 0.1.0.4 → 0.1.0.5

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~cryptonitedep ~memoryPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: cryptonite, memory

API changes (from Hackage documentation)

Files

wai-secure-cookies.cabal view
@@ -1,5 +1,5 @@ name:                wai-secure-cookies-version:             0.1.0.4+version:             0.1.0.5 description:         WAI middleware to automatically encrypt and sign cookies homepage:            https://github.com/habibalamin/wai-secure-cookies license:             MIT@@ -23,9 +23,9 @@   build-depends:       base >= 4.7 && < 5                      , protolude >= 0.2 && < 0.3                      , wai >= 3.2 && < 4-                     , cryptonite >= 0.24 && < 0.25+                     , cryptonite >= 0.24 && < 0.28                      , bytestring >= 0.10 && < 0.11-                     , memory >= 0.14 && < 0.15+                     , memory >= 0.14 && < 0.16                      , random >= 1.1 && < 2                      , split >= 0.2 && < 0.3                      , http-types >= 0.12.1 && < 0.13@@ -52,6 +52,6 @@   default-language:    Haskell2010   main-is:             Main.hs   build-depends:       base >= 4.7 && < 5-                     , cryptonite >= 0.24 && < 0.25+                     , cryptonite >= 0.24 && < 0.28                      , bytestring >= 0.10 && < 0.11-                     , memory >= 0.14 && < 0.15+                     , memory >= 0.14 && < 0.16