warp-static 0.0.3 → 0.1.0
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~wai-app-staticdep ~wai-extradep ~warp
Dependency ranges changed: wai-app-static, wai-extra, warp
Files
- warp-static.cabal +4/−4
warp-static.cabal view
@@ -1,5 +1,5 @@ Name: warp-static-Version: 0.0.3+Version: 0.1.0 Synopsis: Static file server based on Warp and wai-app-static Homepage: http://github.com/snoyberg/warp-static License: BSD3@@ -14,9 +14,9 @@ Executable warp Main-is: warp.hs Build-depends: base >= 4 && < 5- , warp >= 0.3 && < 0.4- , wai-app-static >= 0.0 && < 0.1- , wai-extra >= 0.3.3 && < 0.4+ , warp >= 0.4 && < 0.5+ , wai-app-static >= 0.1 && < 0.2+ , wai-extra >= 0.4 && < 0.5 , cmdargs >= 0.6.7 && < 0.7 , directory >= 1.0 && < 1.2 , containers >= 0.2 && < 0.5