flat-mcmc

Painless, efficient, general-purpose sampling from continuous distributions.
Log | Files | Refs | README | LICENSE

commit e73f17495e86351deeae1229caf4ef5cf5e55a30
parent 22ea247b2977204402373def9cae33b3f203a020
Author: Jared Tobin <jared@jtobin.ca>
Date:   Fri, 28 Oct 2016 14:12:18 +1300

Appease bounds.

Diffstat:
Mflat-mcmc.cabal | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flat-mcmc.cabal b/flat-mcmc.cabal @@ -54,7 +54,7 @@ library build-depends: base > 4 && < 6 , mcmc-types >= 1.0.1 && < 2 - , monad-par >= 0.3.4.8 && < 1 + , monad-par >= 0.3.4.7 && < 1 , monad-par-extras >= 0.3.3 && < 1 , mwc-probability >= 1.0.1 && < 2 , pipes > 4 && < 5