burrito 1.2.0.2 → 1.2.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
API changes (from Hackage documentation)
Files
- burrito.cabal +2/−2
burrito.cabal view
@@ -1,7 +1,7 @@ cabal-version: >= 1.10 name: burrito-version: 1.2.0.2+version: 1.2.0.3 synopsis: Parse and render URI templates. description:@@ -82,7 +82,7 @@ base -any , burrito -any , containers -any- , hspec >= 2.7.6 && < 2.9+ , hspec >= 2.7.6 && < 2.10 , QuickCheck >= 2.13.2 && < 2.15 , text -any default-language: Haskell2010