declarative

DIY Markov Chains
Log | Files | Refs | README | LICENSE

commit d6bf93c7f4c6474d958a123e02ef79a1be5bb06a
parent 974c9addab6efc09ca4c16669a17930ff15e779e
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 22 May 2020 08:45:33 +0400

release: v0.5.3

Diffstat:
MCHANGELOG | 5++++-
Mdeclarative.cabal | 5+++--
2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,9 @@ # Changelog +- 0.5.3 (2020-05-22) + * Minor internal changes to support a major version bump in + mighty-metropolis. + - 0.5.0 (2016-12-22) * Add 'chain' function for working with chains in memory. @@ -10,4 +14,3 @@ - 0.3.4 (2016-12-04) * Add missing dependency bounds. - diff --git a/declarative.cabal b/declarative.cabal @@ -1,5 +1,5 @@ name: declarative -version: 0.5.2 +version: 0.5.3 synopsis: DIY Markov Chains. homepage: http://github.com/jtobin/declarative license: MIT @@ -8,6 +8,7 @@ author: Jared Tobin maintainer: jared@jtobin.ca category: Math build-type: Simple +tested-with: GHC == 8.2.2, GHC == 8.8.3 cabal-version: >=1.10 description: This package presents a simple combinator language for Markov transition @@ -65,7 +66,7 @@ library , kan-extensions >= 5 && < 6 , mcmc-types >= 1.0.1 && < 2 , mwc-probability >= 2.0 && < 3 - , mighty-metropolis >= 1.0.4 && < 2 + , mighty-metropolis >= 2.0 && < 3 , lens >= 4 && < 5 , primitive >= 0.6 && < 1.0 , pipes >= 4 && < 5