11Cabal-version : 2.2
22Name : clash-prelude
3- Version : 1.8.0
3+ Version : 1.8.1
44Synopsis : Clash : a functional hardware description language - Prelude library
55Description :
66 Clash is a functional hardware description language that borrows both its
@@ -333,7 +333,7 @@ Library
333333 arrows >= 0.4 && < 0.5 ,
334334 base >= 4.11 && < 5 ,
335335 binary >= 0.8.5 && < 0.11 ,
336- bytestring >= 0.10.8 && < 0.12 ,
336+ bytestring >= 0.10.8 && < 0.13 ,
337337 constraints >= 0.9 && < 1.0 ,
338338 containers >= 0.4.0 && < 0.7 ,
339339 data-binary-ieee754 >= 0.4.4 && < 0.6 ,
@@ -354,10 +354,10 @@ Library
354354 singletons >= 2.0 && < 3.1 ,
355355 string-interpolate ^>= 0.3 ,
356356 template-haskell >= 2.12.0.0 && < 2.22 ,
357- th-abstraction >= 0.2.10 && < 0.6 .0 ,
357+ th-abstraction >= 0.2.10 && < 0.7 .0 ,
358358 th-lift >= 0.7.0 && < 0.9 ,
359359 th-orphans >= 0.13.1 && < 1.0 ,
360- text >= 0.11.3.1 && < 2.1 ,
360+ text >= 0.11.3.1 && < 2.2 ,
361361 time >= 1.8 && < 1.14 ,
362362 transformers >= 0.5.2.0 && < 0.7 ,
363363 type-errors >= 0.2.0.0 && < 0.3 ,
@@ -418,7 +418,7 @@ test-suite unittests
418418 base,
419419 bytestring,
420420 deepseq,
421- hedgehog >= 1.0.3 && < 1.3 ,
421+ hedgehog >= 1.0.3 && < 1.5 ,
422422 hint >= 0.7 && < 0.10 ,
423423 quickcheck-classes-base >= 0.6 && < 1.0 ,
424424 tasty >= 1.2 && < 1.6 ,
@@ -479,7 +479,7 @@ benchmark benchmark-clash-prelude
479479 build-depends :
480480 base,
481481 clash-prelude,
482- criterion >= 1.3.0.0 && < 1.6 ,
482+ criterion >= 1.3.0.0 && < 1.7 ,
483483 directory,
484484 deepseq,
485485 template-haskell
0 commit comments