wai-routing 0.10.1 → 0.10.2
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~bytestringdep ~bytestring-conversionPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, bytestring-conversion
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- wai-routing.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+0.10.2+-----------------------------------------------------------------------------+- Update `bytestring-conversion` to version 0.2+ 0.10 ----------------------------------------------------------------------------- - Replace `bytestring-from` with `bytestring-conversion` and update test
wai-routing.cabal view
@@ -1,5 +1,5 @@ name: wai-routing-version: 0.10.1+version: 0.10.2 synopsis: Declarative routing for WAI. license: OtherLicense license-file: LICENSE@@ -78,8 +78,8 @@ build-depends: attoparsec >= 0.10 && < 0.13 , base == 4.*- , bytestring >= 0.9 && < 0.11- , bytestring-conversion == 0.1.*+ , bytestring >= 0.10 && < 0.11+ , bytestring-conversion == 0.2.* , cookie == 0.4.* , case-insensitive >= 1.1 && < 1.3 , http-types == 0.8.*