mcmc-types

Common types for implementing MCMC algorithms.
Log | Files | Refs | README | LICENSE

commit bb26ac53d4eed7aaf24ce3553c164a074ed2f4d0
parent 3ee704438d9b61fbae7d20e47e2b615c3bcf1084
Author: Jared Tobin <jared@jtobin.ca>
Date:   Thu,  8 Oct 2015 18:31:53 +1300

Add hackage version badge.

Diffstat:
MREADME.md | 6+++++-
Mstack.yaml | 2+-
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,4 +1,8 @@ -# mcmc-types [![Build Status](https://secure.travis-ci.org/jtobin/mcmc-types.png)](http://travis-ci.org/jtobin/mcmc-types) +# mcmc-types + +[![Build Status](https://secure.travis-ci.org/jtobin/mcmc-types.png)](http://travis-ci.org/jtobin/mcmc-types) +[![Hackage Version](https://img.shields.io/hackage/v/mcmc-types.svg)](http://hackage.haskell.org/package/mcmc-types) + Common types for implementing Markov Chain Monte Carlo (MCMC) algorithms. diff --git a/stack.yaml b/stack.yaml @@ -2,5 +2,5 @@ flags: {} packages: - '.' extra-deps: - - mwc-probability-1.0.0 + - mwc-probability-1.0.1 resolver: lts-3.3