wai-extra 1.3.0.3 → 1.3.0.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
API changes (from Hackage documentation)
Files
- wai-extra.cabal +2/−2
wai-extra.cabal view
@@ -1,5 +1,5 @@ Name: wai-extra-Version: 1.3.0.3+Version: 1.3.0.4 Synopsis: Provides some basic WAI handlers and middleware. Description: The goal here is to provide common features without many dependencies. License: MIT@@ -67,7 +67,7 @@ build-depends: base >= 4 && < 5 , wai-extra , wai-test >= 1.3- , hspec == 1.3.*+ , hspec >= 1.3 , HUnit , wai