From 6265e76464724a52ee865fbf7a65cf4646843156 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Tue, 9 Jul 2024 10:39:56 -0400 Subject: [PATCH] bump tasty-bench upper bound --- timer-wheel.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/timer-wheel.cabal b/timer-wheel.cabal index ededaf3..91ab536 100644 --- a/timer-wheel.cabal +++ b/timer-wheel.cabal @@ -13,6 +13,7 @@ name: timer-wheel synopsis: A timer wheel tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1 version: 1.0.0.1 +x-revision: 1 description: This library provides a timer wheel data structure for registering one-shot or recurring @IO@ actions to fire after a @@ -100,7 +101,7 @@ benchmark bench build-depends: ki, random ^>= 1.2, - tasty-bench ^>= 0.3.5, + tasty-bench ^>= 0.3.5 || ^>= 0.4, timer-wheel, ghc-options: -fproc-alignment=64 -rtsopts -threaded "-with-rtsopts=-N2 -T -A32m" hs-source-dirs: bench