sampling

Basic sampling functionality for Haskell.
Log | Files | Refs | README | LICENSE

commit c702ea9e807e7855c9ad3f214ddb4826ff280ae8
parent 1438fa2f054835d3b9dc1383ba3f37df6a7a30f0
Author: Jared Tobin <jared@jtobin.ca>
Date:   Thu, 12 Jul 2018 11:29:28 +1200

Bump mwc-random upper-bound.

Diffstat:
Msampling.cabal | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sampling.cabal b/sampling.cabal @@ -39,7 +39,7 @@ library base > 4.8 && < 6 , containers >= 0.5 && < 1 , foldl >= 1.1 && < 2 - , mwc-random >= 0.13 && < 0.14 + , mwc-random >= 0.13 && < 0.15 , primitive >= 0.6 && < 1 , vector >= 0.11 && < 1