view README.md @ 11:35881e1404dc default tip

output something different
author Jeff Hammel <k0scist@gmail.com>
date Mon, 01 Jan 2018 14:55:37 -0800
parents cc74dcd1548b
children
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
```

## Links

- https://hackage.haskell.org/package/shell-conduit