Skip to content

Commit

Permalink
bump tasty-bench upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Jul 10, 2024
1 parent 3d9e2e2 commit 1a876e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions queues.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: queues
synopsis: Queue data structures.
tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1
version: 1.0.0
x-revision: 2
x-revision: 3

description:
Queue data structures, as described in
Expand Down Expand Up @@ -121,7 +121,7 @@ benchmark bench-ephemeral-queue
build-depends:
base,
queues,
tasty-bench ^>= 0.3.5,
tasty-bench ^>= 0.3.5 || ^>= 0.4,
ghc-options: -fproc-alignment=64 -rtsopts -threaded
hs-source-dirs: bench/ephemeral-queue
main-is: Main.hs
Expand All @@ -132,7 +132,7 @@ benchmark bench-real-time-queue
build-depends:
base,
queues,
tasty-bench ^>= 0.3.5,
tasty-bench ^>= 0.3.5 || ^>= 0.4,
ghc-options: -fproc-alignment=64 -rtsopts -threaded
hs-source-dirs: bench/real-time-queue
main-is: Main.hs
Expand All @@ -143,7 +143,7 @@ benchmark bench-sequence-queue
build-depends:
base,
containers ^>= 0.6.7 || ^>= 0.7,
tasty-bench ^>= 0.3.5,
tasty-bench ^>= 0.3.5 || ^>= 0.4,
ghc-options: -fproc-alignment=64 -rtsopts -threaded
hs-source-dirs: bench/sequence-queue
main-is: Main.hs
Expand Down

0 comments on commit 1a876e0

Please sign in to comment.