jaspervdj / websockets

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

Use GHC 9.0 in CI #225

Closed ysangkok closed 2 years ago

ysangkok commented 2 years ago

Stack was not managing to get a GHC running, even with the --system-ghc flag. So I switched the project to cabal-install.

The test suite results for this PR can be seen at https://app.circleci.com/pipelines/github/ysangkok/websockets?branch=ghc-9.0-in-ci&filter=all