input-output-hk / devx

The Developer Experience Shell - This repo contains a nix develop shell for haskell. Its primary purpose is to help get a development shell for haskell quickly and across multiple operating systems (and architectures).
Apache License 2.0
39 stars 9 forks source link

Support more GHC versions? #23

Closed yvan-sraka closed 1 year ago

yvan-sraka commented 1 year ago

Do we agree on the only 3 GHC versions currently offered by input-output-hk/devx are only ghc8107, ghc902, and ghc925?

That’s the only 3 versions that show up when I inspect devShell.x86_64-linux on

nix repl --extra-experimental-features 'flakes repl-flake' 'github:input-output-hk/devx'
angerman commented 1 year ago

We support 810, 90, 92, 94, and 96. So I guess we can close this. the devx shell will try to always support the latest of the last few compilers. We'll drop 8.10 once IOG drops it.