wai 3.0.2.2 → 3.0.2.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~blaze-builder
Dependency ranges changed: blaze-builder
Files
- ChangeLog.md +4/−0
- wai.cabal +2/−2
ChangeLog.md view
@@ -1,3 +1,7 @@+## 3.0.2.3++Allow blaze-builder 0.4+ ## 3.0.2.2 * Clarify some documentation on `rawPathInfo`. [Relevant Github
wai.cabal view
@@ -1,5 +1,5 @@ Name: wai-Version: 3.0.2.2+Version: 3.0.2.3 Synopsis: Web Application Interface. Description: Provides a common protocol for communication between web applications and web servers. description: API docs and the README are available at <http://www.stackage.org/package/wai>.@@ -21,7 +21,7 @@ Library Build-Depends: base >= 4 && < 5 , bytestring >= 0.9.1.4- , blaze-builder >= 0.2.1.4 && < 0.4+ , blaze-builder >= 0.2.1.4 && < 0.5 , network >= 2.2.1.5 , http-types >= 0.7 , text >= 0.7