commit dd27de33fdd5f13f1cfb453815506ba539cce852
parent feb30d6bf28f90ddfd3bda256bcbad40e1ff92b0
Author: Jared Tobin <jared@jtobin.io>
Date: Fri, 31 Jul 2020 17:54:44 -0230
release: v0.3.5
Diffstat:
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,8 @@
# Changelog
+- 0.3.5 (2020-07-31)
+ * Relaxes the upper bound on mwc-random.
+
- 0.3.0 (2016-12-11)
* Add a 'psample' function for unequal probability sampling.
diff --git a/sampling.cabal b/sampling.cabal
@@ -1,5 +1,5 @@
name: sampling
-version: 0.3.4
+version: 0.3.5
synopsis: Sample values from collections.
homepage: https://github.com/jtobin/sampling
license: MIT
@@ -40,7 +40,7 @@ library
base > 4.8 && < 6
, containers >= 0.5 && < 1
, foldl >= 1.1 && < 2
- , mwc-random >= 0.13 && < 0.15
+ , mwc-random >= 0.13 && < 0.16
, primitive >= 0.6 && < 1
, vector >= 0.11 && < 1