Skip to content

Commit

Permalink
Fix stack build
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonchinn178 committed Dec 24, 2022
1 parent b7711fb commit e08e22f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ $ cabal v1-install
or you can use stack:

```
$ stack --system-ghc --skip-ghc-check install --local-bin-dir=inplace/bin
$ stack install
```

#### Booting GHCJS
Expand Down
4 changes: 3 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
resolver: lts-15.0
resolver: lts-18.28
packages:
- .

allow-newer: true

local-bin-path: inplace/bin

0 comments on commit e08e22f

Please sign in to comment.