clash-lang / clash-compiler

Haskell to VHDL/Verilog/SystemVerilog compiler
https://clash-lang.org/
Other
1.4k stars 149 forks source link

GHC 9.8.1 support #2560

Closed christiaanb closed 11 months ago

christiaanb commented 11 months ago

This passes the testsuite on GHC 9.8.1 modulo #2559 (which fails on master as well)

christiaanb commented 11 months ago

@martijnbastiaan With regards to CI, I guess we could add https://downloads.haskell.org/ghc/9.8.1-alpha2/ and only run it during nightlies? Once 9.8.1 is released properly we can then run it against every PR.

martijnbastiaan commented 11 months ago

Gotcha. I'm fine with waiting around for 9.8.1 proper and merging this regardless.