ocharles / engine.io

A Haskell server implementation of the Engine.IO and Socket.IO (1.0) protocols
149 stars 28 forks source link

Update upper bounds #11

Closed timjb closed 9 years ago

timjb commented 9 years ago

I've increased the version bounds of all package to include websockets-0.9, text-1.2 and conduit-1.2. I've tested the latency and chat (Yesod and Snap) examples with these new package versions. To get them to work, I've had to make some changes to their cabal files. In particular, with websockets-0.9 you apparently need to compile your executable with -threaded.

ocharles commented 9 years ago

Whoops, missed this one! Thanks, merged now. Have one little fix to add in (unrelated to this) then I'll release to Hackage.