Skip to content

Commit

Permalink
Allow tasty-bench-0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pgujjula committed Dec 22, 2024
1 parent 08f268d commit 5fdd45c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ benchmarks:
main: Main.hs
dependencies:
- primecount
- tasty-bench ^>= {0.3}
- tasty-bench ^>= {0.3, 0.4}
when:
- condition: false
other-modules: Paths_primecount
2 changes: 1 addition & 1 deletion primecount.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ benchmark primecount-bench
build-depends:
base >=4.14 && <4.15 || >=4.15 && <4.16 || >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21
, primecount
, tasty-bench ==0.3.*
, tasty-bench >=0.3 && <0.4 || >=0.4 && <0.5
default-language: Haskell2010

0 comments on commit 5fdd45c

Please sign in to comment.