wai-app-static 2.0.0.2 → 2.0.0.3
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~timedep ~wai
Dependency ranges changed: time, wai
Files
- tests.hs +1/−1
- wai-app-static.cabal +2/−2
tests.hs view
@@ -1,6 +1,6 @@ import WaiAppStaticTest (spec) import WaiAppEmbeddedTest (embSpec)-import Test.Hspec.Monadic+import Test.Hspec main :: IO () main = hspec $ spec >> embSpec
wai-app-static.cabal view
@@ -1,5 +1,5 @@ name: wai-app-static-version: 2.0.0.2+version: 2.0.0.3 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -24,7 +24,7 @@ library build-depends: base >= 4 && < 5- , wai >= 2.0 && < 2.1+ , wai >= 2.0 && < 2.2 , bytestring >= 0.9.1.4 , http-types >= 0.7 , transformers >= 0.2.2