commit 60f4c19cc74dee3fffb284de2daee497b38541fb
parent c2eed97432afe23b3406e6b9558df9c22868ba11
Author: Jared Tobin <jared@jtobin.io>
Date: Tue, 23 Feb 2021 14:19:59 +0900
release: v0.5.4
Diffstat:
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,8 @@
# Changelog
+- 0.5.4 (2021-02-23)
+ * Various dependency tweaks as a result of a lens major version bump.
+
- 0.5.3 (2020-05-22)
* Minor internal changes to support a major version bump in
mighty-metropolis.
diff --git a/declarative.cabal b/declarative.cabal
@@ -1,5 +1,5 @@
name: declarative
-version: 0.5.3
+version: 0.5.4
synopsis: DIY Markov Chains.
homepage: http://github.com/jtobin/declarative
license: MIT
@@ -8,7 +8,7 @@ author: Jared Tobin
maintainer: jared@jtobin.ca
category: Math
build-type: Simple
-tested-with: GHC == 8.2.2, GHC == 8.8.3
+tested-with: GHC == 8.2.2, GHC == 8.8.3, GHC == 8.10.4
cabal-version: >=1.10
description:
This package presents a simple combinator language for Markov transition
@@ -67,7 +67,7 @@ library
, mcmc-types >= 1.0.1 && < 2
, mwc-probability >= 2.0 && < 3
, mighty-metropolis >= 2.0 && < 3
- , lens >= 4 && < 5
+ , lens >= 4 && < 6
, primitive >= 0.6 && < 1.0
, pipes >= 4 && < 5
, hasty-hamiltonian >= 1.3 && < 2