Answers for "install haskell"

0

install haskell

curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
Posted by: Guest on April-30-2022
0

installing haskell command

Set-ExecutionPolicy Bypass -Scope Process -Force;[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;Invoke-Command -ScriptBlock ([ScriptBlock]::Create((Invoke-WebRequest https://www.haskell.org/ghcup/sh/bootstrap-haskell.ps1 -UseBasicParsing))) -ArgumentList $true
Posted by: Guest on April-20-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language