burrito 2.0.1.1 → 2.0.1.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~template-haskelldep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, template-haskell, text
API changes (from Hackage documentation)
Files
- burrito.cabal +4/−4
burrito.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: burrito-version: 2.0.1.1+version: 2.0.1.2 synopsis: Parse and render URI templates. description:@@ -39,12 +39,12 @@ common library build-depends:- , base >= 4.13.0 && < 4.17+ , base >= 4.13.0 && < 4.18 , bytestring >= 0.10.10 && < 0.12 , containers >= 0.6.2 && < 0.7 , parsec >= 3.1.14 && < 3.2- , template-haskell >= 2.15.0 && < 2.19- , text >= 1.2.4 && < 1.3+ , template-haskell >= 2.15.0 && < 2.20+ , text >= 1.2.4 && < 1.3 || >= 2.0 && < 2.1 , transformers >= 0.5.6 && < 0.6 default-language: Haskell2010 ghc-options: