packages feed

wai-middleware-static 0.3.1 → 0.3.2

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~http-typesPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: http-types

API changes (from Hackage documentation)

Files

wai-middleware-static.cabal view
@@ -1,8 +1,8 @@ Name:                wai-middleware-static-Version:             0.3.1+Version:             0.3.2 Synopsis:            WAI middleware that intercepts requests to static files.-Homepage:            https://github.com/xich/scotty-Bug-reports:         https://github.com/xich/scotty/issues+Homepage:            https://github.com/ku-fpg/scotty+Bug-reports:         https://github.com/ku-fpg/scotty/issues License:             BSD3 License-file:        LICENSE Author:              Andrew Farmer <anfarmer@ku.edu>@@ -25,7 +25,7 @@                        bytestring       >= 0.9.2.1,                        containers       >= 0.4,                        directory        >= 1.1,-                       http-types       >= 0.6.8 && < 0.8,+                       http-types       >= 0.6.8,                        mtl              >= 2.0.1,                        filepath         >= 1.3.0.0,                        text             >= 0.11.1,@@ -35,4 +35,4 @@  source-repository head   type:     git-  location: git://github.com/xich/scotty.git+  location: git://github.com/ku-fpg/scotty.git