web-encodings 0.2.6 → 0.2.6.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~waiPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: wai
API changes (from Hackage documentation)
Files
- web-encodings.cabal +2/−2
web-encodings.cabal view
@@ -1,5 +1,5 @@ name: web-encodings-version: 0.2.6+version: 0.2.6.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -23,7 +23,7 @@ bytestring >= 0.9.1.4 && < 0.10, text >= 0.5 && < 0.8, failure >= 0.0.0 && < 0.2,- wai >= 0.0.0 && < 0.1,+ wai >= 0.0.0 && < 0.2, directory >= 1 && < 1.1 exposed-modules: Web.Encodings Web.Encodings.MimeHeader,