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
PATH
a path to executablestack.exe
.
- Use default paths. Installer adds to system variable
- Download and install VS Code https://code.visualstudio.com/#alt-downloads
- Open
cmd
and type:stack install intero phoityne-vscode haskell-dap --system-ghc
- Open file
c:\sr\config.yaml
and add a linesystem-ghc : true
- Attribute
--system-ghc
is 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