aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbarenblat@gmail.com>2022-01-19 13:11:40 -0500
committerGravatar Benjamin Barenblat <bbarenblat@gmail.com>2022-01-19 13:31:05 -0500
commita9b9e5d0d72c2348580dbac5533b89a45abd8938 (patch)
tree0f8113e86df43616baec8570b07acb1537497885 /git-annex.cabal
parentc79473051a8e1647b14f351b72768b74301acc33 (diff)
Deal with the Semigroup/Monoid proposal
base-4.11 made Semigroup a superclass of Monoid. Provide Semigroup implementations for Monoids.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 403fb65c2..d51c73003 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -202,7 +202,7 @@ custom-setup
Executable git-annex
Main-Is: git-annex.hs
Build-Depends:
- base (>= 4.9 && < 5.0),
+ base (>= 4.11 && < 5.0),
optparse-applicative (>= 0.11.0),
containers (>= 0.5.0.0),
exceptions (>= 0.6),