Skip to content

Commit

Permalink
allow base-4.19 for benchmark suite too
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Oct 16, 2023
1 parent dc58a44 commit f25ef58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monoid-extras.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ benchmark semi-direct-product
hs-source-dirs: benchmarks
main-is: SemiDirectProduct.hs
type: exitcode-stdio-1.0
build-depends: base >= 4.3 && < 4.19
build-depends: base >= 4.3 && < 4.20
, semigroups
, criterion
, monoid-extras

0 comments on commit f25ef58

Please sign in to comment.