packages feed

wai-extra 3.0.4.1 → 3.0.4.2

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~blaze-builderPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: blaze-builder

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 3.0.4.2++Allow blaze-builder 0.4+ ## 3.0.4.1  Fix compilation failure on Windows [#321](https://github.com/yesodweb/wai/issues/321)
wai-extra.cabal view
@@ -1,5 +1,5 @@ Name:                wai-extra-Version:             3.0.4.1+Version:             3.0.4.2 Synopsis:            Provides some basic WAI handlers and middleware. description:         API docs and the README are available at <http://www.stackage.org/package/wai-extra>. License:             MIT@@ -28,7 +28,7 @@                    , network                   >= 2.2.1.5                    , directory                 >= 1.0.1                    , transformers              >= 0.2.2-                   , blaze-builder             >= 0.2.1.4  && < 0.4+                   , blaze-builder             >= 0.2.1.4  && < 0.5                    , http-types                >= 0.7                    , text                      >= 0.7                    , case-insensitive          >= 0.2