Skip to content

Commit b3214ea

Browse files
authored
Require wai >= 3.2.2.1 (#1644)
1 parent f71953e commit b3214ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-server/servant-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ library
9191
, resourcet >= 1.2.2 && < 1.4
9292
, tagged >= 0.8.6 && < 0.9
9393
, transformers-base >= 0.4.5.2 && < 0.5
94-
, wai >= 3.2.1.2 && < 3.3
94+
, wai >= 3.2.2.1 && < 3.3
9595
, wai-app-static >= 3.1.6.2 && < 3.2
9696
, word8 >= 0.1.3 && < 0.2
9797

0 commit comments

Comments
 (0)