Skip to content

Commit 53e243b

Browse files
committed
Bump vector and other outdated dependencies
1 parent 42da7b4 commit 53e243b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

benchmarks/cassava-iut.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ Library
5656

5757
Build-depends:
5858
array >= 0.4 && < 0.6,
59-
attoparsec >= 0.10.2 && < 0.14,
59+
attoparsec >= 0.10.2 && < 0.15,
6060
base >= 4.5 && < 5,
61-
bytestring >= 0.9.2 && < 0.11,
62-
containers >= 0.4.2 && < 0.6,
61+
bytestring >= 0.9.2 && < 0.12,
62+
containers >= 0.4.2 && < 0.7,
6363
deepseq >= 1.1 && < 1.5,
64-
hashable < 1.3,
65-
text < 1.3,
64+
hashable < 1.5,
65+
text < 2.1,
6666
unordered-containers < 0.3,
67-
vector >= 0.8 && < 0.13,
67+
vector >= 0.8 && < 0.14,
6868
Only >= 0.1 && < 0.1.1
6969

7070
if flag(pre-bytestring-0-10-4)
@@ -109,7 +109,7 @@ Benchmark benchmark-iut
109109
, text
110110
, vector
111111

112-
build-depends: criterion == 1.2.*
112+
build-depends: criterion >= 1.2 && < 1.6
113113
, lazy-csv == 0.5.*
114114

115115
ghc-options: -Wall -O2
@@ -129,7 +129,7 @@ Benchmark benchmark-ref
129129
, text
130130
, vector
131131

132-
build-depends: criterion == 1.2.*
132+
build-depends: criterion >= 1.2 && < 1.6
133133
, lazy-csv == 0.5.*
134134
, cassava >= 0.4 && < 0.6
135135

cassava.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Library
120120
, text < 2.1
121121
, transformers >= 0.2 && < 0.7
122122
, unordered-containers < 0.3
123-
, vector >= 0.8 && < 0.13
123+
, vector >= 0.8 && < 0.14
124124
, Only >= 0.1 && < 0.1.1
125125

126126
if flag(bytestring--LT-0_10_4)

0 commit comments

Comments
 (0)