summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2022-05-04 11:44:57 -0400
committerJoey Hess <joeyh@joeyh.name>2022-05-04 11:44:57 -0400
commitaf5a1d28db777c5cd6bc02b783e865659e9dba8f (patch)
tree31285259f39e9e01fd73d8735d6292f9f88da397 /git-repair.cabal
parentbf9dc9cc475353a3adf2f18abb6d19037af7d27f (diff)
downloadgit-repair-af5a1d28db777c5cd6bc02b783e865659e9dba8f.tar.gz
cabal requires base upper bound1.20220404
Diffstat (limited to 'git-repair.cabal')
-rw-r--r--git-repair.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-repair.cabal b/git-repair.cabal
index 582821d..c269fe7 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -43,7 +43,7 @@ Executable git-repair
Default-Extensions: LambdaCase
Build-Depends: split, hslogger, directory, filepath, containers, mtl,
unix-compat (>= 0.5), bytestring, exceptions (>= 0.6), transformers,
- base (>= 4.11.1.0), IfElse, text, process, time, QuickCheck,
+ base (>= 4.11.1.0 && < 5.0), IfElse, text, process, time, QuickCheck,
utf8-string, async, optparse-applicative (>= 0.14.1),
data-default, deepseq, attoparsec,
network-uri (>= 2.6), network (>= 2.6),