summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-09-14 12:48:24 -0400
committerJoey Hess <joey@kitenet.net>2014-09-14 12:48:24 -0400
commitb26fb1cd59b98c326523e2f5c48db40300c83e6f (patch)
tree4cf9617810f4ceb3375b711d0fbd0904be74e290 /git-repair.cabal
parent2fc16172004b942bd67f47d07be75a4c9a1f79a8 (diff)
downloadgit-repair-b26fb1cd59b98c326523e2f5c48db40300c83e6f.tar.gz
Update to build with optparse-applicative 0.10. Closes: #761552
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 10ff51d..3972066 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -28,7 +28,7 @@ Executable git-repair
Build-Depends: MissingH, hslogger, directory, filepath, containers, mtl,
network, extensible-exceptions, unix-compat, bytestring,
base >= 4.5, base < 5, IfElse, text, process, time, QuickCheck,
- utf8-string, async, optparse-applicative
+ utf8-string, async, optparse-applicative (>= 0.10.0)
if (! os(windows))
Build-Depends: unix