Bump warp upper bound.
To < 3.2. Conflicts: servant-server/servant-server.cabal
This commit is contained in:
parent
1eacd565f1
commit
b74d699f6c
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ library
|
|||
, transformers >= 0.3 && < 0.5
|
||||
, wai >= 3.0 && < 3.1
|
||||
, wai-app-static >= 3.0 && < 3.2
|
||||
, warp >= 3.0 && < 3.1
|
||||
, warp >= 3.0 && < 3.2
|
||||
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
ghc-options: -Wall
|
||||
|
|
Loading…
Reference in a new issue