Allow wai-middleware-static 0.9
- Only serve static files on HEAD or GET requests.
This commit is contained in:
committed by
Steve Chavez
parent
741f017a17
commit
60398ad538
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user