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

Options.hs:SizeLimit: add Semigroup instance (GHC 8.4 compat) #164

Closed deepfire closed 6 years ago

deepfire commented 6 years ago

Fixes #163. Tested on GHC 8.4.1-alpha1 and 8.0.2.

jaspervdj commented 6 years ago

Thanks!