Skip to content

Commit

Permalink
Update bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Nov 9, 2023
1 parent dde32fa commit 30a10d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/bootstrap/bootstrap-haskell
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,8 @@ _done() {
green "Start a new haskell project in the current directory via:"
green " cabal init --interactive"
green
green "Install other GHC versions and tools via:"
green " ghcup list"
green " ghcup install <tool> <version>"
green "To install other GHC versions and tools, run:"
green " ghcup tui"
green
green "To install system libraries and update msys2/mingw64,"
green "open the \"Mingw haskell shell\""
Expand Down

0 comments on commit 30a10d8

Please sign in to comment.