k2works / haskell-drill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haskell Drill

概要

目的

前提

ソフトウェア バージョン 備考
haskell 8.10.7

構成

詳細

構築

Set-ExecutionPolicy Bypass -Scope Process -Force;[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; try { Invoke-Command -ScriptBlock ([ScriptBlock]::Create((Invoke-WebRequest https://www.haskell.org/ghcup/sh/bootstrap-haskell.ps1 -UseBasicParsing))) -ArgumentList $true } catch { Write-Error $_ }
stack setup
stack new haskell-drill
stack update
stack install haskell-dap ghci-dap haskell-debug-adapter
stack install hspec hspec-discover

⬆ back to top

配置

⬆ back to top

運用

⬆ back to top

開発

⬆ back to top

参照

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 76.9%Language:PowerShell 23.1%