web-routes-regular 0.18.1 → 0.18.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~parsec
Dependency ranges changed: parsec
Files
- web-routes-regular.cabal +2/−2
web-routes-regular.cabal view
@@ -1,5 +1,5 @@ Name: web-routes-regular-Version: 0.18.1+Version: 0.18.2 License: BSD3 License-File: LICENSE Author: jeremy@seereason.com@@ -12,7 +12,7 @@ Build-type: Simple Library- Build-Depends: base >= 4 && < 5, parsec >= 2 && <3, regular, web-routes >= 0.18+ Build-Depends: base >= 4 && < 5, parsec >= 2 && <4, regular, web-routes >= 0.18 Exposed-Modules: Web.Routes.Regular source-repository head