Difference between revisions of "Translations:Functional programming/17/en"

From Marek Běhálek Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 2: Line 2:
 
#* Use default paths. Installer adds to system variable <code>PATH</code> a path to executable <code>stack.exe</code>.
 
#* Use default paths. Installer adds to system variable <code>PATH</code> a path to executable <code>stack.exe</code>.
 
# Download and install VS Code [https://code.visualstudio.com/#alt-downloads https://code.visualstudio.com/#alt-downloads]
 
# Download and install VS Code [https://code.visualstudio.com/#alt-downloads https://code.visualstudio.com/#alt-downloads]
 +
# Open <code>cmd</code> and type:<pre class="bash">stack install intero phoityne-vscode haskell-dap --system-ghc</pre>
 
# Open file <code>c:\sr\config.yaml</code> and add a line <pre>system-ghc : true</pre>
 
# Open file <code>c:\sr\config.yaml</code> and add a line <pre>system-ghc : true</pre>
# Open <code>cmd</code> and type:<pre class="bash">stack install intero phoityne-vscode haskell-dap--system-ghc</pre>
 
 
#* Attribute <code>--system-ghc</code> is optional and redundant to previous step (it is the same setting, but global).
 
#* Attribute <code>--system-ghc</code> is optional and redundant to previous step (it is the same setting, but global).
 
# Open VS Code and install extensions:
 
# Open VS Code and install extensions:
 
#* Haskero
 
#* Haskero
 
#* Haskell GHCi Debug Adapter Phoityne
 
#* Haskell GHCi Debug Adapter Phoityne

Latest revision as of 08:34, 12 August 2019

  1. 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 executable stack.exe.
  2. Download and install VS Code https://code.visualstudio.com/#alt-downloads
  3. Open cmd and type:
    stack install intero phoityne-vscode haskell-dap --system-ghc
  4. Open file c:\sr\config.yaml and add a line
    system-ghc : true
    • Attribute --system-ghc is optional and redundant to previous step (it is the same setting, but global).
  5. Open VS Code and install extensions:
    • Haskero
    • Haskell GHCi Debug Adapter Phoityne