You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2017. It is now read-only.
On Uubuntu 10.04 when installing with ; cabal install --global network-socket, I get the following error:
Building network-websocket-0.3...
[1 of 1] Compiling Network.Websocket ( Network/Websocket.hs, dist/build/Network/Websocket.o )
Network/Websocket.hs:23:13:
Duplicate instance declarations:
instance Show Request -- Defined at Network/Websocket.hs:23:13-24
instance Show Request -- Defined in Network.Web.HTTP
cabal: Error: some packages failed to install:
network-websocket-0.3 failed during the building phase. The exception was:
ExitFailure 1
The text was updated successfully, but these errors were encountered:
Thanks for the bug report. I have encountered this error before, and I believe it is fixed in master... but I haven't released it to Hackage yet. You can try checking out the source directly and building that:
Unfortunately, I don't have much time to devote to this project anymore, and both the WebSocket protocol and the libraries this package depends on are moving targets. I can't be sure when I'll get around to fixing this and other problems with this package.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On Uubuntu 10.04 when installing with ; cabal install --global network-socket, I get the following error:
Building network-websocket-0.3...
[1 of 1] Compiling Network.Websocket ( Network/Websocket.hs, dist/build/Network/Websocket.o )
Network/Websocket.hs:23:13:
Duplicate instance declarations:
instance Show Request -- Defined at Network/Websocket.hs:23:13-24
instance Show Request -- Defined in Network.Web.HTTP
cabal: Error: some packages failed to install:
network-websocket-0.3 failed during the building phase. The exception was:
ExitFailure 1
The text was updated successfully, but these errors were encountered: