diff options
author | JaredTobin <> | 2021-02-23 05:21:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2021-02-23 05:21:00 (GMT) |
commit | e6424550d1313978518e0000254364270417b0cc (patch) | |
tree | 2404cacb3733007b3eb12631eaed5a6783992736 | |
parent | e2c401ae0541851c777c9b998a974b575ad8075d (diff) |
-rw-r--r-- | declarative.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/declarative.cabal b/declarative.cabal index e76adab..83d416b 100644 --- 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 |