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
|
7
|
11 You'll probbly want to issue `stack upgrade` to
|
|
12 ensure you're up to date
|
1
|
13
|
7
|
14 ## Contents
|
|
15
|
|
16 ### Jotto
|
1
|
17
|
4
|
18 Jotto is a game;
|
|
19 read more about it here:
|
|
20 https://en.wikipedia.org/wiki/Jotto .
|
|
21
|
7
|
22 The `jotto` package was created with
|
|
23 ```
|
|
24 stack new jotto
|
|
25 ```
|
|
26
|
4
|
27 ## Building
|
|
28
|
6
|
29 Let's try out the Shake build system:
|
|
30 http://shakebuild.com/
|
|
31 ```
|
|
32 stack install shake
|
|
33 ``` |