jaspervdj / websockets

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

if socket raises an exception that resource vanished, consider it closed #242

Closed domenkozar closed 11 months ago

domenkozar commented 11 months ago

Closes #232

ysangkok commented 11 months ago

This would raise the minimum GHC required to 8.10 per https://wiki.haskell.org/Base_package and https://hackage.haskell.org/package/base-4.19.0.0/docs/System-IO-Error.html#v:isResourceVanishedError . The cabal file should be modified to reflect that.