Merge pull request #16 from mbj/fix/readme-example

Fix stack readme example
This commit is contained in:
Timothy Clem
2020-07-06 07:59:18 -07:00
committed by GitHub

View File

@@ -63,6 +63,7 @@ jobs:
with:
ghc-version: '8.8.3' # Exact version of ghc to use
# cabal-version: 'latest'. Omitted, but defalts to 'latest'
enable-stack: true
stack-version: 'latest'
- run: runhaskell Hello.hs
```