packages feed

wai-middleware-static 0.6.0 → 0.6.0.1

raw patch · 3 files changed

+12/−6 lines, 3 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c)2012, Andrew Farmer <anfarmer@ku.edu>+Copyright (c) 2012-Present, Andrew Farmer <anfarmer@ku.edu>  All rights reserved. 
changelog.md view
@@ -1,3 +1,9 @@+## 0.6.0.1++* Update links to new wai-middleware-static github/issue tracker.++* Bump upper bound for `text`+ ## 0.6.0  * Update to wai 3.0
wai-middleware-static.cabal view
@@ -1,8 +1,8 @@ Name:                wai-middleware-static-Version:             0.6.0+Version:             0.6.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+Homepage:            https://github.com/scotty-web/wai-middleware-static+Bug-reports:         https://github.com/scotty-web/wai-middleware-static/issues License:             BSD3 License-file:        LICENSE Author:              Andrew Farmer <afarmer@ittc.ku.edu>@@ -30,11 +30,11 @@                        filepath         >= 1.3.0.1  && < 1.4,                        http-types       >= 0.8.2    && < 0.9,                        mtl              >= 2.1.2    && < 2.3,-                       text             >= 0.11.3.1 && < 1.2,+                       text             >= 0.11.3.1 && < 1.3,                        wai              >= 3.0.0    && < 3.1    GHC-options: -Wall -fno-warn-orphans  source-repository head   type:     git-  location: git://github.com/scotty-web/scotty.git+  location: git://github.com/scotty-web/wai-middleware-static.git