wai-extra 1.3.3.1 → 1.3.3.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~voidPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: void
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.3.1+Version: 1.3.3.2 Synopsis: Provides some basic WAI handlers and middleware. Description: The goal here is to provide common features without many dependencies. License: MIT@@ -41,7 +41,7 @@ , blaze-builder-conduit >= 0.5 && < 1.1 , ansi-terminal , resourcet >= 0.3 && < 0.5- , void >= 0.5 && < 0.6+ , void >= 0.5 , stringsearch >= 0.3 && < 0.4 , containers