Skip to content

Commit ee308a6

Browse files
authored
Bump upper bounds for criterion and contravariant (#502)
1 parent 1346663 commit ee308a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dhall.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Library
173173
bytestring < 0.11,
174174
case-insensitive < 1.3 ,
175175
containers >= 0.5.0.0 && < 0.6 ,
176-
contravariant < 1.5 ,
176+
contravariant < 1.6 ,
177177
cryptonite >= 0.23 && < 1.0 ,
178178
Diff >= 0.2 && < 0.4 ,
179179
directory >= 1.3 && < 1.4 ,
@@ -287,7 +287,7 @@ Benchmark dhall-parser
287287
Build-Depends:
288288
base >= 4 && < 5 ,
289289
containers >= 0.5.0.0 && < 0.6,
290-
criterion >= 1.1 && < 1.5,
290+
criterion >= 1.1 && < 1.6,
291291
dhall ,
292292
directory >= 1.3 && < 1.4,
293293
text >= 0.11.1.0 && < 1.3
@@ -299,6 +299,6 @@ Benchmark deep-nested-large-record
299299
Build-Depends:
300300
base >= 4 && < 5 ,
301301
containers >= 0.5.0.0 && < 0.6,
302-
criterion >= 1.1 && < 1.5,
302+
criterion >= 1.1 && < 1.6,
303303
dhall
304304
Default-Language: Haskell2010

0 commit comments

Comments
 (0)