Skip to content
Snippets Groups Projects
Verified Commit 3a7895e5 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Reorder

parent 2893b2e2
No related branches found
No related tags found
No related merge requests found
Pipeline #40178 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment