sampling

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

commit c85c77c8e4a963ab75e3c60bebcd8a3bbe3b6972
parent d167bf0491c561fccec724d135ca99b31ab06118
Author: Jared Tobin <jared@jtobin.ca>
Date:   Wed,  1 Feb 2017 11:35:06 +1300

Bump vector upper-bound.

Diffstat:
Msampling.cabal | 4++--
Mstack-travis.yaml | 2+-
Mstack.yaml | 2+-
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sampling.cabal b/sampling.cabal @@ -1,5 +1,5 @@ name: sampling -version: 0.3.1 +version: 0.3.2 synopsis: Sample values from collections. homepage: https://github.com/jtobin/sampling license: MIT @@ -41,7 +41,7 @@ library , foldl >= 1.1 && < 2 , mwc-random >= 0.13 && < 0.14 , primitive >= 0.6 && < 1 - , vector >= 0.11 && < 0.12 + , vector >= 0.11 && < 1 Test-suite resample type: exitcode-stdio-1.0 diff --git a/stack-travis.yaml b/stack-travis.yaml @@ -2,7 +2,7 @@ flags: {} packages: - '.' extra-deps: [] -resolver: lts-7.11 +resolver: lts-7.18 compiler: ghc-8.0.1 system-ghc: false install-ghc: true diff --git a/stack.yaml b/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-7.11 +resolver: lts-7.18 packages: ['.'] extra-deps: [] flags: {}