view 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
line wrap: on
line source

# jotto

https://en.wikipedia.org/wiki/Jotto

## Building

This package uses
[stack](https://docs.haskellstack.org/en/stable/README/).

To build:
```
stack build
```

You will have to run `stack init` first.