wai-middleware-static 0.5.0.0 → 0.5.0.1
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~mtl
Dependency ranges changed: mtl
Files
- changelog.md +3/−0
- wai-middleware-static.cabal +2/−2
changelog.md view
@@ -1,3 +1,6 @@+## 0.5.0.1+ * Bump upper bound for `mtl`+ ## 0.5.0.0 * Add `isNotAbsolute` policy and change `static` and `staticPolicy` to
wai-middleware-static.cabal view
@@ -1,5 +1,5 @@ Name: wai-middleware-static-Version: 0.5.0.0+Version: 0.5.0.1 Synopsis: WAI middleware that serves requests to static files. Homepage: https://github.com/scotty-web/scotty Bug-reports: https://github.com/scotty-web/scotty/issues@@ -29,7 +29,7 @@ directory >= 1.2.0.1 && < 1.3, filepath >= 1.3.0.1 && < 1.4, http-types >= 0.8.2 && < 0.9,- mtl >= 2.1.2 && < 2.2,+ mtl >= 2.1.2 && < 2.3, text >= 0.11.3.1 && < 1.2, wai >= 2.0.0 && < 2.2