web-routes-th 0.20.1 → 0.20.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~parsecdep ~web-routesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: parsec, web-routes
API changes (from Hackage documentation)
Files
- web-routes-th.cabal +2/−2
web-routes-th.cabal view
@@ -1,5 +1,5 @@ Name: web-routes-th-Version: 0.20.1+Version: 0.20.4 License: BSD3 License-File: LICENSE Author: jeremy@seereason.com@@ -11,7 +11,7 @@ Build-type: Simple Library- Build-Depends: base >= 4 && < 5, parsec >= 2 && <3, template-haskell, web-routes >= 0.19+ Build-Depends: base >= 4 && < 5, parsec >= 2 && < 4, template-haskell, web-routes >= 0.24.1 Exposed-Modules: Web.Routes.TH source-repository head