I would like to have different assemblies of the same version of GHC, not related to ABI, and use them in different projects.
(In my case, the difference between the lines is integer - plain vs gmp.)
The comments on this question show how to add your own ghc flavor to stack-setup-2.yaml . But how can I indicate which ghc build to use in each case or project?
those. I am looking for one (even better, both):
- The ability to tell
stack.yaml whether to use an integer or gmp assembly. - The ability to specify in the
stack build time it takes to create.
haskell ghc haskell-stack
Roman cheplyaka
source share