Skip to content

Commit

Permalink
Add upper bounds for tasty-bench
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Dec 15, 2023
1 parent 701b8a9 commit a92ea37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions streamly-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ executable DateTimeParser
main-is: DateTimeParser.hs
if !impl(ghcjs)
buildable: True
build-depends: tasty-bench >= 0.3
build-depends: tasty-bench >= 0.3 && < 0.4
else
buildable: False

Expand All @@ -342,6 +342,6 @@ executable LogParser
main-is: LogParser.hs
if !impl(ghcjs)
buildable: True
build-depends: tasty-bench >= 0.3
build-depends: tasty-bench >= 0.3 && < 0.4
else
buildable: False

0 comments on commit a92ea37

Please sign in to comment.