Skip to content

Commit 3c70c34

Browse files
haskell installation fix
1 parent 4d5ef0e commit 3c70c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_chapters/haskell0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ We will be installing the following tools:
9898
To do this, run
9999

100100
``` sh
101-
ghcup install --set stack 3.7.1
102-
ghcup install --set hls 2.11.0.0
101+
ghcup install stack 3.7.1 --set
102+
ghcup install hls 2.11.0.0 --set
103103
```
104104

105105
Alternatively, GHCup comes with a convenient TUI (terminal user interface):

0 commit comments

Comments
 (0)