I want to run Haskell programs(Mostly compiling binaries) but I don't need the other, dare I say, bloat along with the compiler. I just want to install the compiler and start writing code. Just like you would do with something like C/C++. You download gcc/g++, add it to your path and you are ready to go.
Maybe in the future when I get a hang of the language and understand these build systems, then I'll consider using cabal for Haskell, and maybe even CMake for C/C++.
But literally everywhere I have read/researched about this, all suggest installing GHCup and installing a full Haskell distribution. Will I be missing out on something if I just install GHC from their official website and then install the other pieces as I go along?
I know it feels like a yes/no question, But I haven't received any convincing answer anywhere.
Any suggestion/help or links which may help is appreciated.