packages feed

web-routing 0.1.0 → 0.1.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~text

Dependency ranges changed: text

Files

web-routing.cabal view
@@ -1,5 +1,5 @@ name:                web-routing-version:             0.1.0+version:             0.1.1 synopsis:            simple routing library -- description:          license:             MIT@@ -20,7 +20,7 @@                        Network.Routing.Compat   build-depends:       base                 >=4.6  && <4.8                      , bytestring           >=0.10 && <0.11-                     , text                 >=1.2  && <1.3 +                     , text                 >=1.1  && <1.3                       , unordered-containers >=0.2  && <0.3   ghc-options:         -O2 -Wall   hs-source-dirs:      src