wai-middleware-route 0.7.0 → 0.7.1
raw patch · 1 files changed
+7/−6 lines, 1 filesdep ~http-typesdep ~waidep ~wai-testPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-types, wai, wai-test
API changes (from Hackage documentation)
Files
wai-middleware-route.cabal view
@@ -1,5 +1,5 @@ name: wai-middleware-route -version: 0.7.0 +version: 0.7.1 cabal-version: >= 1.8 build-type: Simple synopsis: Wai dispatch middleware @@ -20,9 +20,9 @@ hs-source-dirs: src build-depends: base >= 4 && < 5, bytestring >= 0.9 && < 0.10, - http-types >= 0.6 && < 0.7, + http-types >= 0.7 && < 0.8, text, - wai >= 1.2, + wai >= 1.3, yesod-routes ghc-options: -Wall -rtsopts exposed-modules: Network.Wai.Middleware.Route @@ -37,11 +37,12 @@ test-framework >= 0.4.1, test-framework-quickcheck2, test-framework-hunit, + bytestring >= 0.9 && < 0.10, - http-types, + http-types >= 0.7 && < 0.8, text, - wai, - wai-test, + wai >= 1.3, + wai-test >= 1.3, wai-middleware-route ghc-options: -Wall -rtsopts hs-source-dirs: test