packages feed

warp-static 2.0.0.1 → 2.0.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~wai-extradep ~warp

Dependency ranges changed: wai-extra, warp

Files

warp-static.cabal view
@@ -1,5 +1,5 @@ Name:                warp-static-Version:             2.0.0.1+Version:             2.0.1 Synopsis:            Static file server based on Warp and wai-app-static Homepage:            http://github.com/yesodweb/wai License:             MIT@@ -15,9 +15,9 @@ Executable warp   Main-is:       warp.hs   Build-depends: base            >= 4                  && < 5-               , warp            >= 2.0                && < 2.1+               , warp            >= 2.0                && < 2.2                , wai-app-static  >= 2.0                && < 2.1-               , wai-extra       >= 2.0                && < 2.1+               , wai-extra       >= 2.0                && < 2.2                , cmdargs         >= 0.6.7                , directory       >= 1.0                , containers      >= 0.2