sampling

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

commit d167bf0491c561fccec724d135ca99b31ab06118
parent 4ff236f5b6f666717ec41e568dc95ee90c019491
Author: Jared Tobin <jared@jtobin.ca>
Date:   Sun, 11 Dec 2016 22:25:07 +1300

Correct lower bound on 'base' as per #4.

Diffstat:
Msampling.cabal | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sampling.cabal b/sampling.cabal @@ -1,5 +1,5 @@ name: sampling -version: 0.3.0 +version: 0.3.1 synopsis: Sample values from collections. homepage: https://github.com/jtobin/sampling license: MIT @@ -36,7 +36,7 @@ library exposed-modules: Numeric.Sampling build-depends: - base > 4 && < 6 + base > 4.8 && < 5 , containers >= 0.5 && < 1 , foldl >= 1.1 && < 2 , mwc-random >= 0.13 && < 0.14