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

Doesn't compile with ghc 8.0.1 #17

Open
henrylaxen opened this issue Jun 20, 2016 · 2 comments
Open

Doesn't compile with ghc 8.0.1 #17

henrylaxen opened this issue Jun 20, 2016 · 2 comments

Comments

@henrylaxen
Copy link

I installed the git version of websockets, but when I tried to compile websockets-snap I got:

`[1 of 1] Compiling Network.WebSockets.Snap ( src/Network/WebSockets/Snap.hs, dist/build/Network/WebSockets/Snap.o )

src/Network/WebSockets/Snap.hs:131:9: error:
• Couldn't match expected type ‘io-streams-1.3.5.0:System.IO.Streams.Internal.OutputStream
Data.ByteString.Builder.Internal.Builder
-> IO ()’
with actual type ‘E.Iteratee ByteString IO ()’

`

Best wishes,
Henry Laxen

@henrylaxen
Copy link
Author

I forgot to mention I changed:
snap-core >= 0.8, snap-server >= 0.8, websockets >= 0.9.5

@jaspervdj
Copy link
Owner

It seems like you are also relying on a still unreleased version of snap. I will try and fix these issues when the packages are released but it's hard to do with a bunch of git versions...

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

2 participants