From 1f100623a7df1d99cf25b6d4ec1233c78ffcaead Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 11 Oct 2021 21:06:02 +0200 Subject: [PATCH] Link to Haskell documentation after installation --- scripts/bootstrap/bootstrap-haskell | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/bootstrap/bootstrap-haskell b/scripts/bootstrap/bootstrap-haskell index 7146720..c8c20b1 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -157,6 +157,8 @@ _done() { green "open the \"Mingw haskell shell\"" green "and the \"Mingw package management docs\"" green "desktop shortcuts." + green + green "If you are net to Haskell, check out https://www.haskell.org/documentation/" ;; *) green @@ -170,6 +172,8 @@ _done() { green green "To install other GHC versions and tools, run:" green " ghcup tui" + green + green "If you are net to Haskell, check out https://www.haskell.org/documentation/" ;; esac