packages feed

web-routes 0.23.1 → 0.23.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~networkPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: network

API changes (from Hackage documentation)

Files

web-routes.cabal view
@@ -1,5 +1,5 @@ Name:             web-routes-Version:          0.23.1+Version:          0.23.2 License:          BSD3 License-File:     LICENSE Author:           jeremy@seereason.com@@ -15,7 +15,7 @@         Build-Depends:    base >= 4 && < 5,                           parsec >= 2 && <3,                           bytestring >= 0.9 && < 0.10,-                          network >= 2.2 && < 2.3,+                          network >= 2.2 && < 2.4,                           utf8-string >= 0.3 && < 0.4         Exposed-Modules:  Web.Routes                           Web.Routes.Base