Mercurial > hg > wordplay
annotate jotto/README.md @ 10:a5f50dab9fcd
add stack.yaml
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 01 Jan 2018 14:51:58 -0800 |
parents | 8ef628eff167 |
children |
rev | line source |
---|---|
2
3fcf9e52cbfa
boilerplate generated with `stack new`
Jeff Hammel <k0scist@gmail.com>
parents:
diff
changeset
|
1 # jotto |
3fcf9e52cbfa
boilerplate generated with `stack new`
Jeff Hammel <k0scist@gmail.com>
parents:
diff
changeset
|
2 |
5 | 3 https://en.wikipedia.org/wiki/Jotto |
4 | |
5 ## Building | |
6 | |
7 This package uses | |
8 [stack](https://docs.haskellstack.org/en/stable/README/). | |
9 | |
10 To build: | |
11 ``` | |
12 stack build | |
9 | 13 ``` |
14 | |
15 You will have to run `stack init` first. |