aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-05-21 15:58:07 +0100
committerYann Herklotz <git@yannherklotz.com>2019-05-21 15:58:13 +0100
commit479970cd3394d041e1eb1fbff38a378e40814e94 (patch)
tree823c1b987d1837dd71f27d14ee3c7c607adaa73c
parenta9f1887823ca355475b2fc38d258b13bd2c783e0 (diff)
downloadverismith-479970cd3394d041e1eb1fbff38a378e40814e94.tar.gz
verismith-479970cd3394d041e1eb1fbff38a378e40814e94.zip
Lower version bound on statitics
-rw-r--r--verifuzz.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index 0433f20..ef5761b 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -92,7 +92,7 @@ library
, optparse-applicative >=0.14 && <0.15
, exceptions >=0.10.0 && <0.11
, blaze-html >=0.9.0.1 && <0.10
- , statistics >=0.15.0.0 && <0.16
+ , statistics >=0.14.0.2 && <0.16
, vector >=0.12.0.1 && <0.13
default-extensions: OverloadedStrings