commit b409823a93182d9b3e5a18076ec53724dc124b69
parent 201fa11eef1077c948ddff0d5ff99e4a68e12ef9
Author: Jared Tobin <jared@jtobin.ca>
Date: Thu, 3 Mar 2016 21:53:09 +1300
Add version bounds.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sampling.cabal b/sampling.cabal
@@ -34,10 +34,10 @@ library
Numeric.Sampling
build-depends:
base < 5
- , foldl
- , mwc-random
+ , foldl >= 1.1 && < 2
+ , mwc-random >= 0.13 && < 0.14
, primitive
- , vector
+ , vector >= 0.11 && < 0.12
executable sampling-test
hs-source-dirs: src