mighty-metropolis

The classic Metropolis algorithm.
Log | Files | Refs | README | LICENSE

commit 3a96f78d1d3c456f57c97f7ea23173f1b1213134
parent 231135fac092ef7ad9cf61eb769e0c63286981fb
Author: Jared Tobin <jared@jtobin.ca>
Date:   Tue,  6 Oct 2015 22:07:11 +1300

Relax cabal version.

Diffstat:
Mmighty-metropolis.cabal | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mighty-metropolis.cabal b/mighty-metropolis.cabal @@ -8,7 +8,7 @@ author: Jared Tobin maintainer: jared@jtobin.ca category: Numeric build-type: Simple -cabal-version: >= 1.18 +cabal-version: >= 1.10 description: The Metropolis algorithm. @@ -25,8 +25,8 @@ library base < 5 , pipes , primitive - , mcmc-types >= 1.0.0 - , mwc-probability >= 1.0.0 + , mcmc-types >= 1.0.1 + , mwc-probability >= 1.0.1 Test-suite rosenbrock type: exitcode-stdio-1.0 @@ -49,5 +49,5 @@ Test-suite bnn build-depends: base < 5 , containers - , mwc-probability + , mwc-probability >= 1.0.1