From 8c4cde3d14ca79e8dac95cc3fd63581be2cda4b2 Mon Sep 17 00:00:00 2001
From: Julian Ospald
To install Haskell, follow the instructions on
Haskell Platform
+ If you're a Windows Subsystem for Linux user run the following in your terminal, then follow the onscreen instructions to install Haskell.
+
You appear to be running Windows 32-bit. If not, display all supported installers.
@@ -55,6 +58,9 @@ To install Haskell, follow the instructions on Haskell Platform +If you're a Windows Subsystem for Linux user run the following in your terminal, then follow the onscreen instructions to install Haskell. +
+You appear to be running Windows 64-bit. If not, display all supported installers.
@@ -77,7 +83,7 @@If you are running Linux, macOS or FreeBSD,
run the following in your terminal (as a user other than root), then follow the onscreen instructions.
If you are running Linux, macOS, FreeBSD or Windows Subsystem for Linux, run the following in your terminal (as a user other than root), then follow the onscreen instructions.
If you don't like curl | sh, see other installation methods.
To install Haskell, if you are running Linux, macOS or FreeBSD,
run the following
+
To install Haskell, if you are running Linux, macOS, FreeBSD or Windows Subsystem for Linux, run the following in your terminal (as a user other than root), then follow the onscreen instructions.
If you don't like curl | sh, see other installation methods.
@@ -140,7 +146,7 @@To install Haskell, if you are running Linux, macOS or FreeBSD,
run the following
+
To install Haskell, if you are running Linux, macOS, FreeBSD or Windows Subsystem for Linux, run the following in your terminal (as a user other than root), then follow the onscreen instructions.
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
If you don't like curl | sh, see other installation methods.
From abc4278fc874b0677739bf2f83d7abb46fb93830 Mon Sep 17 00:00:00 2001 From: Julian Ospald