diff --git a/tests.hs b/tests.hs
--- a/tests.hs
+++ b/tests.hs
@@ -1,6 +1,6 @@
 import WaiAppStaticTest (spec)
 import WaiAppEmbeddedTest (embSpec)
-import Test.Hspec.Monadic
+import Test.Hspec
 
 main :: IO ()
 main = hspec $ spec >> embSpec
diff --git a/wai-app-static.cabal b/wai-app-static.cabal
--- a/wai-app-static.cabal
+++ b/wai-app-static.cabal
@@ -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
