Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warp 3.1.4 fails to build on Windows in Recv.hs #441

Closed
joeyh opened this issue Oct 4, 2015 · 3 comments
Closed

warp 3.1.4 fails to build on Windows in Recv.hs #441

joeyh opened this issue Oct 4, 2015 · 3 comments

Comments

@joeyh
Copy link
Contributor

joeyh commented Oct 4, 2015

Network\Wai\Handler\Warp\Recv.hs:129:16:
Couldn't match expected type CInt' with actual typeIO a0'
Relevant bindings include
bytes :: IO a0 (bound at Network\Wai\Handler\Warp\Recv.hs:117:5)
In the first argument of return', namelybytes'
In the expression: return bytes

This is using ghc 7.10.2. warp 3.1.3.1 builds ok.

@awpr
Copy link
Member

awpr commented Oct 4, 2015

Duplicate of #438. May as well leave this one open for visibility until the fix is released, though.

@nlinker
Copy link

nlinker commented Oct 5, 2015

cabal install wai-3.0.3.0 --reinstall and then cabal install warp-3.1.3 builds ok as well.

@kazu-yamamoto
Copy link
Contributor

A new version has been released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants