commit 9f085d55a22c114075be0787b2698e46e013b184
parent f3089411a06ee133fa410e820c3856d2715a0adf
Author: Marco Zocca <marco.zocca@recordunion.com>
Date: Tue, 30 Jan 2018 14:46:29 +0100
add tested-with
Diffstat:
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,9 +1,9 @@
# Changelog
- 2.0.0 (2018-01-29)
- * Add Laplace and Zipf distribution
+ * Add Laplace and Zipf-Mandelbrot distribution
+ * Rename `isoGauss` to `isoNormal` and `standard` to `standardNormal` to uniform naming scheme
* Divide Haddock in sections
- * Rename `isoGauss` to `isoNormal` and `standard` to `standardNormal` to uniform naming scheme
- 1.3.0 (2016-12-04)
* Generalize a couple of samplers to use Traversable rather than lists.
diff --git a/mwc-probability.cabal b/mwc-probability.cabal
@@ -8,6 +8,7 @@ maintainer: jared@jtobin.ca, zocca.marco gmail
category: Math
build-type: Simple
cabal-version: >= 1.10
+tested-with: GHC == 8.0.2, GHC == 8.2.2
synopsis: Sampling function-based probability distributions.
description:
diff --git a/stack.yaml b/stack.yaml
@@ -3,3 +3,4 @@ packages:
- '.'
extra-deps: []
resolver: lts-8.13
+