From 8043ac7f51062d4a0b876d10ec92f432b67e9d6d Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Fri, 27 Nov 2020 17:04:00 +0200 Subject: [PATCH] bootstrap-haskell: provide instructions for the main settings Provide some basic instructive information to someone who views the script. --- bootstrap-haskell | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bootstrap-haskell b/bootstrap-haskell index 9135335..faff8aa 100755 --- a/bootstrap-haskell +++ b/bootstrap-haskell @@ -1,5 +1,13 @@ #!/bin/sh +# Main settings: +# * BOOTSTRAP_HASKELL_NONINTERACTIVE - any nonzero value for noninteractive installation +# * BOOTSTRAP_HASKELL_NO_UPGRADE - any nonzero value to not trigger the upgrade +# * GHCUP_USE_XDG_DIRS - any nonzero value to respect The XDG Base Directory Specification +# * BOOTSTRAP_HASKELL_VERBOSE - any nonzero value for more verbose installation +# * BOOTSTRAP_HASKELL_GHC_VERSION +# * BOOTSTRAP_HASKELL_CABAL_VERSION + # safety subshell to avoid executing anything in case this script is not downloaded properly (