wai-extra 3.1.12 → 3.1.12.1
raw patch · 4 files changed
+9/−1 lines, 4 filesdep ~resourcetPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: resourcet
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- test/json.gz +1/−0
- test/noprecompress +1/−0
- wai-extra.cabal +3/−1
ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for wai-extra +## 3.1.12.1++* Include test/{json.gz,noprecompress} as extra-source-files [#887](https://github.com/yesodweb/wai/pull/887)+ ## 3.1.12 * Added gzip caching based on `ETag` [#885](https://github.com/yesodweb/wai/pull/885):
+ test/json.gz view
@@ -0,0 +1,1 @@+test
+ test/noprecompress view
@@ -0,0 +1,1 @@+noprecompress
wai-extra.cabal view
@@ -1,5 +1,5 @@ Name: wai-extra-Version: 3.1.12+Version: 3.1.12.1 Synopsis: Provides some basic WAI handlers and middleware. description: Provides basic WAI handler and middleware functionality:@@ -84,6 +84,8 @@ extra-source-files: test/requests/dalvik-request test/json+ test/json.gz+ test/noprecompress test/test.html test/sample.hs ChangeLog.md