burrito 1.2.0.3 → 1.2.0.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- burrito.cabal +2/−2
burrito.cabal view
@@ -1,7 +1,7 @@ cabal-version: >= 1.10 name: burrito-version: 1.2.0.3+version: 1.2.0.4 synopsis: Parse and render URI templates. description:@@ -35,7 +35,7 @@ library build-depends: base >= 4.13.0 && < 4.16- , bytestring >= 0.10.10 && < 0.11+ , bytestring >= 0.10.10 && < 0.12 , containers >= 0.6.2 && < 0.7 , parsec >= 3.1.14 && < 3.2 , template-haskell >= 2.15.0 && < 2.18