flat-mcmc

Painless, efficient, general-purpose sampling from continuous distributions.
Log | Files | Refs | README | LICENSE

commit a5784b199856c05142aef12295ded95e297c8e6a
parent 1f83f9c924d61fe6bb72648916ef7a5e2ffba244
Author: Jared Tobin <jared@jtobin.io>
Date:   Wed, 29 Jan 2020 19:45:31 +0400

Patch version bump (v1.5.1).

Diffstat:
Mflat-mcmc.cabal | 3++-
Mstack-travis.yaml | 4++--
Mstack.yaml | 2+-
Astack.yaml.lock | 12++++++++++++
4 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/flat-mcmc.cabal b/flat-mcmc.cabal @@ -1,5 +1,5 @@ name: flat-mcmc -version: 1.5.0 +version: 1.5.1 synopsis: Painless general-purpose sampling. homepage: https://github.com/jtobin/flat-mcmc license: MIT @@ -9,6 +9,7 @@ maintainer: jared@jtobin.ca category: Math build-type: Simple cabal-version: >= 1.18 +tested-with: GHC == 8.6.5 description: flat-mcmc is a Haskell library for painless, efficient, general-purpose sampling from continuous distributions. diff --git a/stack-travis.yaml b/stack-travis.yaml @@ -2,8 +2,8 @@ flags: {} packages: - '.' extra-deps: [] -resolver: lts-11.15 -compiler: ghc-8.2.2 +resolver: lts-14.21 +compiler: ghc-8.6.5 system-ghc: false install-ghc: true diff --git a/stack.yaml b/stack.yaml @@ -2,4 +2,4 @@ flags: {} packages: - '.' extra-deps: [] -resolver: lts-11.15 +resolver: lts-14.21 diff --git a/stack.yaml.lock b/stack.yaml.lock @@ -0,0 +1,12 @@ +# This file was autogenerated by Stack. +# You should not edit this file by hand. +# For more information, please see the documentation at: +# https://docs.haskellstack.org/en/stable/lock_files + +packages: [] +snapshots: +- completed: + size: 524162 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/21.yaml + sha256: 9a55dd75853718f2bbbe951872b36a3b7802fcd71796e0f25b8664f24e34c666 + original: lts-14.21