Skip to content

Commit

Permalink
README update - lts flag to stack when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaviavi authored Jan 10, 2019
1 parent f6a7ea4 commit 3326c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ support for this to be user configurable
### Installing

The easiest way to get toodles is via [stack](https://docs.haskellstack.org).
Just a `stack install toodles` and you're done! Alternatively, with GHC 8.4.3
Just a `stack install --resolver=lts-12.14 toodles` and you're done! Alternatively, with GHC 8.4.3
you can use [cabal](https://www.haskell.org/cabal/download.html). If there is
desire for it I can look into precompiled distribution.

Expand Down

0 comments on commit 3326c80

Please sign in to comment.