Skip to content

Commit

Permalink
Revision 1: allow base-4.16 in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Dec 7, 2021
1 parent e6161be commit a00436e
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 a00436e

Please sign in to comment.