diff --git a/scripts/bootstrap/bootstrap-haskell.ps1 b/scripts/bootstrap/bootstrap-haskell.ps1 index ab0958a4dc94d453818f4e609e8f629c5caef6f8..688060f9227d0e425639d55495b1bd8fd0877939 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