mighty-metropolis

The classic Metropolis algorithm.
git clone git://git.jtobin.io/mighty-metropolis.git
Log | Files | Refs | README | LICENSE

commit 6384a4644fa4ce52adbe7e4ee5e3ba95ea66ac41
parent 509f316170aad907cd474dc399bab658b8adbf22
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat,  9 Nov 2024 13:34:17 +0400

Relax 'containers' upper bound.

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

diff --git a/mighty-metropolis.cabal b/mighty-metropolis.cabal @@ -68,7 +68,7 @@ Test-suite bnn -rtsopts build-depends: base >= 4 && < 6 - , containers >= 0.5 && < 0.7 + , containers >= 0.5 && < 0.8 , mighty-metropolis , mwc-probability >= 1.0.1 @@ -81,7 +81,7 @@ Test-suite tests -rtsopts build-depends: base >= 4 && < 6 - , containers >= 0.5 && < 0.7 + , containers >= 0.5 && < 0.8 , foldl , mighty-metropolis , mwc-probability >= 1.0.1