mighty-metropolis

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

commit 471488fc5d098495048ca53f389d1fd631942086
parent 8d46209046139652699cc57a8fe700e04de5a251
Author: Jared Tobin <jared@jtobin.ca>
Date:   Fri,  9 Oct 2015 18:19:20 +1300

Tighten up bounds, version bump.

Diffstat:
Mmighty-metropolis.cabal | 4++--
Mstack.yaml | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mighty-metropolis.cabal b/mighty-metropolis.cabal @@ -1,5 +1,5 @@ name: mighty-metropolis -version: 1.0.1 +version: 1.0.2 synopsis: The Metropolis algorithm. homepage: http://github.com/jtobin/mighty-metropolis license: MIT @@ -38,7 +38,7 @@ library Numeric.MCMC.Metropolis build-depends: base < 5 - , pipes + , pipes >= 4 && < 5 , primitive , mcmc-types >= 1.0.1 , mwc-probability >= 1.0.1 diff --git a/stack.yaml b/stack.yaml @@ -4,4 +4,4 @@ packages: extra-deps: - mwc-probability-1.0.1 - mcmc-types-1.0.1 -resolver: lts-3.3 +resolver: lts-3.8