You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will include Stack, the build tool we will be using to ensure we don't end up in dependency hell thanks to Cabal
9
+
10
+
## Installing Haskero for VS Code
11
+
12
+
Haskell development (especially at the start) can be tedious if you need to run ghc everytime to see if you types compose. Running Haskero with VS Code allows us to do type checking within our editor
13
+
14
+
- Install vscode (https://code.visualstudio.com/)
15
+
- Install 'code' in your $PATH to make it easier to open VSCode (https://code.visualstudio.com/docs/setup/mac)
16
+
- Search for and install **Haskero** from the list of extensions in VSCode
17
+
- Run ```stack build intero``` within a stack project
18
+
- Re-launch VSCode using ```code .```
19
+
20
+
## Running the week's code
21
+
22
+
Each week's project code will be its own self-contained Stack project
0 commit comments