view README.md @ 7:c197e6f55301

documentation
author Jeff Hammel <k0scist@gmail.com>
date Sun, 24 Dec 2017 13:25:34 -0800
parents 6ded3b06fafa
children cc74dcd1548b
line wrap: on
line source

# wordplay

Experiments in Haskell build stack

## Getting started

You'll want
[stack](https://docs.haskellstack.org/en/stable/README/)
installed.

You'll probbly want to issue `stack upgrade` to
ensure you're up to date

## Contents

### Jotto

Jotto is a game;
read more about it here:
https://en.wikipedia.org/wiki/Jotto .

The `jotto` package was created with
```
stack new jotto
```

## Building

Let's try out the Shake build system:
http://shakebuild.com/
```
stack install shake
```