declarative

DIY Markov Chains
Log | Files | Refs | README | LICENSE

commit 039efc30cd8d4d7b8e9cd8582edd386688b9877f
parent f8efc67c9b6a3f48cfa2426e5696772adbe908f4
Author: Jared Tobin <jared@jtobin.ca>
Date:   Wed,  3 Feb 2016 19:26:56 +1300

Bump README. [ci skip]

Diffstat:
MREADME.md | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -59,12 +59,10 @@ transition operator is desired. Installing is best done via [stack](https://github.com/commercialhaskell/stack), which will pull down -everything you might need (including GHC). If you just want the library, -you'll want to use the [Stackage nightly -resolver](https://www.stackage.org/nightly) until it gets picked up in LTS. +everything you might need (including GHC). ``` -$ stack install declarative --resolver nightly-2015-10-13 +$ stack install declarative ``` If you want to grab the test suite/examples, grab the repo and build via