speedy-slice

Speedy slice sampling.
Log | Files | Refs | README | LICENSE

commit b9e3dd86a6c66b93deba0b4a67f981ebd2eaa438
parent 3a9a6976dcb2d6a19c227577e6f38dc73aeed3bd
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 23 May 2020 12:39:10 +0400

Bump patch version.

Loosen upper bound on 'containers' and remove unnecessary imports.

Diffstat:
MCHANGELOG | 4+++-
Mspeedy-slice.cabal | 7+++----
2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.3.1 (2020-05-23) + * Minor dependency housekeeping. + - 0.3.0 (2016-12-22) * Add 'chain' function for working with chains in memory. @@ -10,4 +13,3 @@ - 0.1.5 (2016-12-04) * Add missing dependency bounds. - diff --git a/speedy-slice.cabal b/speedy-slice.cabal @@ -1,5 +1,5 @@ name: speedy-slice -version: 0.3.0 +version: 0.3.1 synopsis: Speedy slice sampling. homepage: http://github.com/jtobin/speedy-slice license: MIT @@ -8,6 +8,7 @@ author: Jared Tobin maintainer: jared@jtobin.ca category: Math build-type: Simple +tested-with: GHC == 8.8.3 cabal-version: >=1.10 description: Speedy slice sampling. @@ -62,7 +63,6 @@ Test-suite rosenbrock -rtsopts build-depends: base >= 4 && < 6 - , mwc-probability >= 1.0.1 , speedy-slice Test-suite bnn @@ -74,7 +74,6 @@ Test-suite bnn -rtsopts build-depends: base >= 4 && < 6 - , containers >= 0.5 && < 0.6 - , mwc-probability >= 1.0.1 + , containers >= 0.5 && < 0.7 , speedy-slice