burrito 2.0.1.14 → 2.0.1.15
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~containersdep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, containers, template-haskell
API changes (from Hackage documentation)
Files
- burrito.cabal +4/−4
burrito.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: burrito-version: 2.0.1.14+version: 2.0.1.15 synopsis: Parse and render URI templates. description: Burrito is a Haskell library for parsing and rendering URI templates.@@ -38,7 +38,7 @@ manual: True common library- build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0+ build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0 default-language: Haskell2010 ghc-options: -Weverything@@ -68,9 +68,9 @@ import: library build-depends: bytestring ^>=0.11.4.0 || ^>=0.12.0.2,- containers ^>=0.6.7 || ^>=0.7,+ containers ^>=0.6.7 || ^>=0.7 || ^>=0.8, parsec ^>=3.1.16.1,- template-haskell ^>=2.21.0.0 || ^>=2.22.0.0 || ^>=2.23.0.0,+ template-haskell ^>=2.21.0.0 || ^>=2.22.0.0 || ^>=2.23.0.0 || ^>=2.24.0.0, text ^>=2.0.2 || ^>=2.1, transformers ^>=0.6.1.0,