diff --git a/postgrest.cabal b/postgrest.cabal index 028dfd1f9..ef67ab077 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -84,7 +84,7 @@ library , wai >= 3.2.1 && < 3.3 , wai-cors >= 0.2.5 && < 0.3 , wai-extra >= 3.0.19 && < 3.2 - , wai-middleware-static >= 0.8.1 && < 0.9 + , wai-middleware-static >= 0.8.1 && < 0.10 default-language: Haskell2010 default-extensions: OverloadedStrings QuasiQuotes