I tried to install Haskell Platform from the official website and they asked me to configure Chocolatey on my computer and then to run choco install haskell-dev refreshenv, so I did it and installed:
- ghc v8.10.1
- chocolatey-core.extension v1.3.5.1
- haskell-dev v0.0.1
- msys2 v20190524.0.0.20191030
- cabal v3.2.0.0
and now i have no idea how to get started with the Haskell and whether I've installed everything I needed, could somebody help me?
ghci
in a shell to check. – Erich