speedy-slice

Speedy slice sampling.
git clone git://git.jtobin.io/speedy-slice.git
Log | Files | Refs | README | LICENSE

commit 769ec8eb77bc2a8ee914856992fcb9eda22eba6e
parent 19a3d54afab18f2b9b3dccae052dbf7d0055ea74
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat,  9 Nov 2024 13:35:47 +0400

Remove badges in README, relax 'containers' bound.

Diffstat:
MREADME.md | 4----
Mspeedy-slice.cabal | 2+-
2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -1,9 +1,5 @@ # speedy-slice -[![Build Status](https://secure.travis-ci.org/jtobin/speedy-slice.png)](http://travis-ci.org/jtobin/speedy-slice) -[![Hackage Version](https://img.shields.io/hackage/v/speedy-slice.svg)](http://hackage.haskell.org/package/speedy-slice) -[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jtobin/speedy-slice/blob/master/LICENSE) - Speedy slice sampling, as per [Neal, 2003](http://people.ee.duke.edu/~lcarin/slice.pdf). This implementation of the slice sampling algorithm uses `lens` as a means to diff --git a/speedy-slice.cabal b/speedy-slice.cabal @@ -74,6 +74,6 @@ Test-suite bnn -rtsopts build-depends: base >= 4 && < 6 - , containers >= 0.5 && < 0.7 + , containers >= 0.5 && < 0.8 , speedy-slice