Skip to content

Commit 53d65ff

Browse files
committed
Add upper bound for stats package
1 parent 2dfb215 commit 53d65ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataframe.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ library
4848
containers >= 0.6.7 && < 0.8,
4949
directory >= 1.3.0.0 && <= 1.3.9.0,
5050
hashable >= 1.2 && <= 1.5.0.0,
51-
statistics >= 0.16.2.1,
51+
statistics >= 0.16.2.1 && <= 0.16.3.0,
5252
text >= 2.0 && <= 2.1.2,
5353
time >= 1.12 && <= 1.14,
5454
vector ^>= 0.13,
@@ -84,7 +84,7 @@ executable dataframe
8484
containers >= 0.6.7 && < 0.8,
8585
directory >= 1.3.0.0 && <= 1.3.9.0,
8686
hashable >= 1.2 && <= 1.5.0.0,
87-
statistics >= 0.16.2.1,
87+
statistics >= 0.16.2.1 && <= 0.16.3.0,
8888
text >= 2.0 && <= 2.1.2,
8989
time >= 1.12 && <= 1.14,
9090
vector ^>= 0.13,

0 commit comments

Comments
 (0)