From 20652fed94f94849a1fb98106039a38b38903eb2 Mon Sep 17 00:00:00 2001 From: Julian Ospald <hasufell@posteo.de> Date: Mon, 6 Dec 2021 20:00:17 +0100 Subject: [PATCH] Fix comments in bootstrap-haskell.ps1 --- scripts/bootstrap/bootstrap-haskell.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/bootstrap/bootstrap-haskell.ps1 b/scripts/bootstrap/bootstrap-haskell.ps1 index ab0958a4..688060f9 100644 --- a/scripts/bootstrap/bootstrap-haskell.ps1 +++ b/scripts/bootstrap/bootstrap-haskell.ps1 @@ -29,11 +29,11 @@ param ( [switch]$InstallStack, # Whether to install hls as well [switch]$InstallHLS, - # Specify the bootstrap url (default: 'https://www.haskell.org/ghcup/sh/bootstrap-haskell') + # Specify the install root (default: 'C:\') [string]$InstallDir, - # Instead of installing a new MSys2, use an existing installation + # Specify the bootstrap url (default: 'https://www.haskell.org/ghcup/sh/bootstrap-haskell') [string]$BootstrapUrl, - # Specify the install root (default: 'C:\') + # Instead of installing a new MSys2, use an existing installation [string]$ExistingMsys2Dir, # Specify the cabal root directory (default: '$InstallDir\cabal') [string]$CabalDir -- GitLab