From 3a7895e5ea91c8f7ed5e2f3ab8403156a0218701 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 30 Aug 2021 13:59:30 +0200 Subject: [PATCH] Reorder --- bootstrap-haskell.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap-haskell.ps1 b/bootstrap-haskell.ps1 index bd29666..b5196af 100644 --- a/bootstrap-haskell.ps1 +++ b/bootstrap-haskell.ps1 @@ -28,10 +28,10 @@ param ( # Whether to install hls as well [switch]$InstallHLS, # Specify the bootstrap url (default: 'https://www.haskell.org/ghcup/sh/bootstrap-haskell') - [string]$BootstrapUrl, - # Specify the install root (default: 'C:\') [string]$InstallDir, # Instead of installing a new MSys2, use an existing installation + [string]$BootstrapUrl, + # Specify the install root (default: 'C:\') [string]$ExistingMsys2Dir, # Specify the cabal root directory (default: '$InstallDir\cabal') [string]$CabalDir