wai-middleware-cache 0.3.5 → 0.3.6
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
wai-middleware-cache.cabal view
@@ -1,5 +1,5 @@ name: wai-middleware-cache -version: 0.3.5 +version: 0.3.6 cabal-version: >= 1.8 build-type: Simple stability: Stable @@ -23,7 +23,7 @@ build-depends: base >= 4 && < 5, binary, blaze-builder-conduit >= 0.5, - bytestring >= 0.9 && < 0.10, + bytestring >= 0.9 && < 0.11, conduit >= 0.5 && < 0.6, crypto-conduit >= 0.4 && < 0.5, http-types >= 0.7 && < 0.8, @@ -44,7 +44,7 @@ wai-middleware-cache, wai >= 1.3, - bytestring >= 0.9 && < 0.10, + bytestring >= 0.9 && < 0.11, wai-test >= 1.3, http-types >= 0.7 && < 0.8 ghc-options: -Wall -rtsopts