warp-static 2.0.0 → 2.0.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basedep ~text
Dependency ranges changed: base, text
Files
- warp-static.cabal +2/−2
warp-static.cabal view
@@ -1,5 +1,5 @@ Name: warp-static-Version: 2.0.0+Version: 2.0.0.1 Synopsis: Static file server based on Warp and wai-app-static Homepage: http://github.com/yesodweb/wai License: MIT@@ -22,7 +22,7 @@ , directory >= 1.0 , containers >= 0.2 , bytestring >= 0.9.1.4- , text >= 0.7 && < 0.12+ , text >= 0.7 , mime-types >= 0.1 && < 0.2 source-repository head