packages feed

burrito 2.0.1.4 → 2.0.1.5

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 view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name: burrito-version: 2.0.1.4+version: 2.0.1.5  synopsis: Parse and render URI templates. description:@@ -40,7 +40,7 @@ common library   build-depends:     , base >= 4.16.0 && < 4.19-    , bytestring >= 0.11.4 && < 0.12+    , bytestring >= 0.11.3 && < 0.12     , containers >= 0.6.5 && < 0.7     , parsec >= 3.1.15 && < 3.2     , template-haskell >= 2.18.0 && < 2.21