burrito 2.0.1.16 → 2.0.1.17
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.16+version: 2.0.1.17 synopsis: Parse and render URI templates. description: Burrito is a Haskell library for parsing and rendering URI templates.@@ -103,9 +103,9 @@ test-suite burrito-test-suite import: executable build-depends:- QuickCheck ^>=2.14.3 || ^>=2.15 || ^>=2.16, containers, hspec ^>=2.11.8,+ QuickCheck ^>=2.14.3 || ^>=2.15 || ^>=2.16 || ^>=2.17 || ^>=2.18, text, hs-source-dirs: source/test-suite