Skip to content

Commit

Permalink
Update stack.yaml to add in miso version and have a note about match-…
Browse files Browse the repository at this point in the history
…exact
  • Loading branch information
RobertFischer committed Dec 30, 2017
1 parent 7a8117e commit b1c6d84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stack/ghcjs801/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
resolver: lts-7.19
compiler: ghcjs-0.2.1.9007019_ghc-8.0.1
compiler-check: match-exact
compiler-check: match-exact # Be sure you also have this line in ~/.stack/config.yaml (match-minor also works for either/both)

packages:
- '.'
extra-deps:
- miso
extra-deps:
- miso-0.10.0.0

setup-info:
ghcjs:
Expand Down

0 comments on commit b1c6d84

Please sign in to comment.