socket.io-haskell icon indicating copy to clipboard operation
socket.io-haskell copied to clipboard

socket.io for haskell folks

Results 3 socket.io-haskell issues
Sort by recently updated
recently updated
newest added

Should bump dependency version now..here is my building log: ``` Resolving dependencies... cabal: Could not resolve dependencies: trying: ttyOverSocketIO-0.1.0.0 (user goal) trying: base-4.8.0.0/installed-1b6... (dependency of ttyOverSocketIO-0.1.0.0) trying: socketio-0.1.3 (dependency of...

Press ENTER or type command to continue [1 of 1] Compiling Main ( socketio.hs, socketio.o ) socketio.hs:13:24: Not in scope: ‘liftIO’ socketio.hs:13:31: Not in scope: ‘launchMissile’ shell returned 1 Press...

### How to reproduce 1. Fire up a `socketio` server in `ghci` 2. Press `ctrl-c` to interrupt 3. Fire up the server again 4. Connect the server with a client...

bug