Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 9950685

Browse files
committed
Fix stack readme example
1 parent c1b48c3 commit 9950685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
with:
6464
ghc-version: '8.8.3' # Exact version of ghc to use
6565
# cabal-version: 'latest'. Omitted, but defalts to 'latest'
66+
enable-stack: true
6667
stack-version: 'latest'
6768
- run: runhaskell Hello.hs
6869
```

0 commit comments

Comments
 (0)