commit f9de400139e6e02c625168bd4c487a13e1a5156e
parent 58dc0362d05ac7ebc83f2fe6d6a6fa0091f45b81
Author: Marco Zocca <ocramz@users.noreply.github.com>
Date: Tue, 30 Jan 2018 14:47:41 +0100
Merge pull request #8 from ocramz/master
* add tested-with section
* Hackage release 2.0.0
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
+