Mercurial > hg > wordplay
annotate README.md @ 6:6ded3b06fafa
instructions
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 24 Dec 2017 13:09:01 -0800 |
parents | 3a8448accc71 |
children | c197e6f55301 |
rev | line source |
---|---|
0 | 1 # wordplay |
2 | |
3 Experiments in Haskell build stack | |
4 | |
5 ## Getting started | |
6 | |
7 You'll want | |
8 [stack](https://docs.haskellstack.org/en/stable/README/) | |
9 installed. | |
1 | 10 |
11 | |
12 ## Jotto | |
13 | |
4 | 14 Jotto is a game; |
15 read more about it here: | |
16 https://en.wikipedia.org/wiki/Jotto . | |
17 | |
18 ## Building | |
19 | |
6 | 20 Let's try out the Shake build system: |
21 http://shakebuild.com/ | |
22 ``` | |
23 stack install shake | |
24 ``` |