sampling

Basic sampling functionality for Haskell.
Log | Files | Refs | README | LICENSE

commit d95eab8907be34b357607b88ba1034bfc061f986
parent f0d38ce67aa71af098f56944a1370081d2beb3e0
Author: Jared Tobin <jared@jtobin.ca>
Date:   Fri, 11 Mar 2016 12:50:34 +1300

Add license badge. [ci skip]

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

diff --git a/README.md b/README.md @@ -2,6 +2,8 @@ [![Build Status](https://secure.travis-ci.org/jtobin/sampling.png)](http://travis-ci.org/jtobin/sampling) [![Hackage Version](https://img.shields.io/hackage/v/sampling.svg)](http://hackage.haskell.org/package/sampling) +[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jtobin/sampling/blob/master/LICENSE) + Basic sampling functionality.