From 01390c00a073a451e0658ab1d166555f237f2cb6 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Tue, 10 Oct 2023 20:20:01 -0400 Subject: [PATCH] add bounds to tasty-bench in benchmark component --- timer-wheel.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timer-wheel.cabal b/timer-wheel.cabal index e7b5c1c..c0b4702 100644 --- a/timer-wheel.cabal +++ b/timer-wheel.cabal @@ -105,7 +105,7 @@ benchmark bench build-depends: ki, random ^>= 1.2, - tasty-bench, + tasty-bench ^>= 0.3.5, timer-wheel, ghc-options: -fproc-alignment=64 -rtsopts -threaded "-with-rtsopts=-N2 -T -A32m" hs-source-dirs: bench