Skip to content

Commit

Permalink
Fix test and bump Wai dependency
Browse files Browse the repository at this point in the history
The Wai.Request type has changed for wai >= 3.2.
  • Loading branch information
erikd committed Jan 19, 2016
1 parent 3f7a401 commit 393bbd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Test/Gen.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ genWaiRequest = do
bodylen -- requestBodyLength
(Just host) -- requestHeaderHost
Nothing -- requestHeaderRange
Nothing -- requestHeaderReferer
Nothing -- requestHeaderUserAgent


genRequestBody :: Gen (Wai.RequestBodyLength, ByteString)
Expand Down
2 changes: 1 addition & 1 deletion http-proxy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Library
, tls >= 1.2
, text >= 1.2
, transformers >= 0.3
, wai >= 3.0
, wai >= 3.2
, wai-conduit >= 3.0
, warp >= 3.0
, warp-tls >= 3.0
Expand Down

0 comments on commit 393bbd6

Please sign in to comment.