mcmc-types

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

commit 3ee704438d9b61fbae7d20e47e2b615c3bcf1084
parent f6a392ae2873a7aeb9c617bbd6ecf2e61e702448
Author: Jared Tobin <jared@jtobin.ca>
Date:   Tue,  6 Oct 2015 22:05:35 +1300

Tighten bounds.

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

diff --git a/mcmc-types.cabal b/mcmc-types.cabal @@ -33,6 +33,6 @@ library build-depends: base < 5 , containers - , mwc-probability >= 1.0.0 + , mwc-probability >= 1.0.1 , transformers