web-routes-quasi 0.6.1.2 → 0.6.1.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- web-routes-quasi.cabal +2/−2
web-routes-quasi.cabal view
@@ -1,5 +1,5 @@ name: web-routes-quasi-version: 0.6.1.2+version: 0.6.1.3 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -18,7 +18,7 @@ library build-depends: base >= 4 && < 5 , template-haskell >= 2.4 && < 2.6- , text >= 0.5 && < 0.11+ , text >= 0.5 && < 0.12 exposed-modules: Web.Routes.Quasi Web.Routes.Quasi.Classes Web.Routes.Quasi.Parse