Mercurial > hg > wordplay
view README.md @ 9:8ef628eff167
note stack init step
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 01 Jan 2018 14:49:39 -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