Translations:Functional programming/17/en
Jump to navigation
Jump to search
- Download and install Haskell platform from https://www.haskell.org/platform/windows.html
- Use default paths. Installer adds to system variable
PATHa path to executablestack.exe.
- Use default paths. Installer adds to system variable
- Download and install VS Code https://code.visualstudio.com/#alt-downloads
- Open
cmdand type:stack install intero phoityne-vscode haskell-dap --system-ghc
- Open file
c:\sr\config.yamland add a linesystem-ghc : true
- Attribute
--system-ghcis optional and redundant to previous step (it is the same setting, but global).
- Attribute
- Open VS Code and install extensions:
- Haskero
- Haskell GHCi Debug Adapter Phoityne