clash-compiler
clash-compiler copied to clipboard
Update flake.nix to make GHC 9.6.6 and GHC 9.8.2 available
The goal of this PR is to make Clash's flake usable with newer versions of GHC - 9.6.2 has this notorious problem where it throws an error when you output VHDL/Verilog. I enabled support for 9.6.6 and 9.8.2 in flake.nix
along with updating flake.lock
.
Still TODO:
- [ ] Write a changelog entry (see changelog/README.md)
- [ ] Check copyright notices are up to date in edited files