Skip to content

Commit

Permalink
Merge pull request #52 from andreasabel/bench-ghc-9.2
Browse files Browse the repository at this point in the history
Revision 1: allow base-4.16 in benchmarks
  • Loading branch information
byorgey authored Dec 10, 2021
2 parents e6161be + a00436e commit 3593acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion monoid-extras.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: monoid-extras
version: 0.6.1
x-revision: 1
synopsis: Various extra monoid-related definitions and utilities
description: Various extra monoid-related definitions and utilities,
such as monoid actions, monoid coproducts, semi-direct
Expand Down Expand Up @@ -55,7 +56,7 @@ benchmark semi-direct-product
hs-source-dirs: benchmarks
main-is: SemiDirectProduct.hs
type: exitcode-stdio-1.0
build-depends: base >= 4.3 && < 4.16
build-depends: base >= 4.3 && < 4.17
, semigroups
, criterion
, monoid-extras

0 comments on commit 3593acd

Please sign in to comment.