summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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),