jaspervdj / websockets

A Haskell library for creating WebSocket-capable servers
http://jaspervdj.be/websockets
BSD 3-Clause "New" or "Revised" License
407 stars 113 forks source link

attoparsec bounds #219

Closed rd-- closed 2 years ago

rd-- commented 3 years ago

hello

attoparsec is at 14.1, websockets requires < 0.14, aeson allows < 0.15

could websockets allow < 0.15?

i've set that here and it works

best, rohan

sullyj3 commented 2 years ago

Hi @jaspervdj have you had a chance to look at this yet? Seems to be blocking several packages: https://github.com/commercialhaskell/stackage/issues/5959#issuecomment-950498024

jaspervdj commented 2 years ago

Oh! This was bumped a while ago but seems like I forgot to upload to Hackage. Apologies, v0.12.7.3 is on Hackage now. Thanks for reminding me @sullyj3!