Y
Hacker News
new
|
ask
|
show
|
jobs
by
metreo
2115 days ago
I mean like installing and managing multiple versions of the compiler toolchain is painful.
2 comments
sullyj3
2115 days ago
I mean, it's all pretty well automated by stack, the only painful part is that it can take a long time and use a lot of storage.
link
metreo
2115 days ago
Sure it's
pretty
well automated, but not a great experience.
link
tome
2114 days ago
Is there something about ghcup that doesn't do the job for you? You ask it to install a particular version of GHC and Cabal for you. It does it. Multiple versions can exist together. Job done.
https://www.haskell.org/ghcup/
link