Not at all. Since ghcup follows strictly unix philosophy, it’s easily integratable with even stack. And we did just that by following yet another unix principle (called hooks… e.g. look at git hooks).
There:
- https://docs.haskellstack.org/en/stable/yaml_configuration/#ghc-installation-customisation
- https://www.haskell.org/ghcup/guide/#strategy-2-stack-hooks-new-recommended
Such unix.