summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-11-18 13:51:55 -0400
committerJoey Hess <joey@kitenet.net>2013-11-18 13:51:55 -0400
commit05355d4aab533d0c55666412b6c250e644bc7088 (patch)
tree1a6ebddf6cd90cc944df3915809e68f78ce934fc /git-repair.cabal
parent91345e7d917c38e1bdcf9b2b01a5b7830a73eef7 (diff)
downloadgit-repair-05355d4aab533d0c55666412b6c250e644bc7088.tar.gz
use optparse-applicative
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 e649be0..15acb79 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -23,7 +23,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,
- utf8-string, async
+ utf8-string, async, optparse-applicative
if (! os(windows))
Build-Depends: unix