packages feed

burrito 2.0.1.3 → 2.0.1.4

raw patch · 2 files changed

+9/−12 lines, 2 filesdep ~basedep ~bytestringdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, bytestring, containers, parsec, template-haskell, transformers

API changes (from Hackage documentation)

Files

README.markdown view
@@ -1,6 +1,6 @@ # Burrito -[![CI](https://github.com/tfausak/burrito/workflows/CI/badge.svg)](https://github.com/tfausak/burrito/actions/new)+[![Workflow](https://github.com/tfausak/burrito/actions/workflows/workflow.yaml/badge.svg)](https://github.com/tfausak/burrito/actions/workflows/workflow.yaml) [![Hackage](https://img.shields.io/hackage/v/burrito)](https://hackage.haskell.org/package/burrito) [![Stackage](https://www.stackage.org/package/burrito/badge/nightly?label=stackage)](https://www.stackage.org/package/burrito) 
burrito.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name: burrito-version: 2.0.1.3+version: 2.0.1.4  synopsis: Parse and render URI templates. description:@@ -39,13 +39,13 @@  common library   build-depends:-    , base >= 4.15.0 && < 4.18-    , bytestring >= 0.10.12 && < 0.12-    , containers >= 0.6.4 && < 0.7-    , parsec >= 3.1.14 && < 3.2-    , template-haskell >= 2.17.0 && < 2.20+    , base >= 4.16.0 && < 4.19+    , bytestring >= 0.11.4 && < 0.12+    , containers >= 0.6.5 && < 0.7+    , parsec >= 3.1.15 && < 3.2+    , template-haskell >= 2.18.0 && < 2.21     , text >= 1.2.5 && < 1.3 || >= 2.0 && < 2.1-    , transformers >= 0.5.6 && < 0.6+    , transformers >= 0.5.6 && < 0.7   default-language: Haskell2010   ghc-options:     -Weverything@@ -54,14 +54,11 @@     -Wno-missed-specialisations     -Wno-missing-deriving-strategies     -Wno-missing-exported-signatures+    -Wno-missing-kind-signatures     -Wno-missing-safe-haskell-mode     -Wno-prepositive-qualified-module     -Wno-safe     -Wno-unsafe--  if impl(ghc >= 9.2)-    ghc-options:-      -Wno-missing-kind-signatures    if flag(pedantic)     ghc-options: -Werror