burrito 2.0.1.13 → 2.0.1.14
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- burrito.cabal +2/−2
burrito.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: burrito-version: 2.0.1.13+version: 2.0.1.14 synopsis: Parse and render URI templates. description: Burrito is a Haskell library for parsing and rendering URI templates.@@ -103,7 +103,7 @@ test-suite burrito-test-suite import: executable build-depends:- QuickCheck ^>=2.14.3 || ^>=2.15,+ QuickCheck ^>=2.14.3 || ^>=2.15 || ^>=2.16, containers, hspec ^>=2.11.8, text,