Allow wai-middleware-static 0.9

- Only serve static files on HEAD or GET requests.
This commit is contained in:
Robert Vollmert
2020-10-06 12:45:40 -05:00
committed by Steve Chavez
parent 741f017a17
commit 60398ad538
+1 -1
View File
@@ -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