Skip to content

Commit 4fe5c13

Browse files
authored
Merge pull request #47 from haskell-servant/fix-constraints
Loosen bound on wai-extra
2 parents 997f0a5 + 976800a commit 4fe5c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-multipart.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ library
4646
, servant-server >=0.16 && <0.19
4747
, string-conversions >=0.4.0.1 && <0.5
4848
, wai >=3.2.1.2 && <3.3
49-
, wai-extra >=3.0.24.3 && <3.1
49+
, wai-extra >=3.0.24.3 && <3.2
5050

5151
executable upload
5252
hs-source-dirs: exe

0 commit comments

Comments
 (0)