mighty-metropolis

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

commit 90225c20da2b8bca1962d7b186845ed2ccb168ed
parent c5917a6babfa616df33c1b725af4015320376955
Author: Jared Tobin <jared@jtobin.ca>
Date:   Tue,  6 Oct 2015 22:48:03 +1300

Tighten bounds.

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

diff --git a/mighty-metropolis.cabal b/mighty-metropolis.cabal @@ -53,8 +53,9 @@ Test-suite rosenbrock ghc-options: -rtsopts -Wall build-depends: - base < 5 - , mwc-probability >= 1.0.1 + base < 5 + , mighty-metropolis + , mwc-probability >= 1.0.1 Test-suite bnn type: exitcode-stdio-1.0 @@ -64,7 +65,8 @@ Test-suite bnn ghc-options: -rtsopts -Wall build-depends: - base < 5 + base < 5 , containers - , mwc-probability >= 1.0.1 + , mighty-metropolis + , mwc-probability >= 1.0.1