wai-extra 1.2.0 → 1.2.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~data-defaultPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: data-default
API changes (from Hackage documentation)
Files
- wai-extra.cabal +3/−3
wai-extra.cabal view
@@ -1,8 +1,8 @@ Name: wai-extra-Version: 1.2.0+Version: 1.2.0.1 Synopsis: Provides some basic WAI handlers and middleware. Description: The goal here is to provide common features without many dependencies.-License: BSD3+License: MIT License-file: LICENSE Author: Michael Snoyman Maintainer: michael@snoyman.com@@ -32,7 +32,7 @@ , http-types >= 0.6 && < 0.7 , text >= 0.7 && < 0.12 , case-insensitive >= 0.2- , data-default >= 0.3 && < 0.4+ , data-default >= 0.3 && < 0.5 , fast-logger >= 0.0.2 , conduit >= 0.4 && < 0.5 , zlib-conduit >= 0.4 && < 0.5