example of using GHC 9.4 or other version #87
Answered
by
srid
peterbecich
asked this question in
Q&A
-
Thank you for this project and Would you provide an example of overriding the default GHC version in I am not sure how to use these: |
Beta Was this translation helpful? Give feedback.
Answered by
srid
Feb 12, 2023
Replies: 1 comment 5 replies
-
You want to set https://flake.parts/options/haskell-flake.html#opt-perSystem.haskellProjects._name_.basePackages For eg., basePackages = pkgs.haskell.packages.ghc943; |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
peterbecich
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You want to set
basePackages
to the appropriate package set:https://flake.parts/options/haskell-flake.html#opt-perSystem.haskellProjects._name_.basePackages
For eg.,