From 05355d4aab533d0c55666412b6c250e644bc7088 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 18 Nov 2013 13:51:55 -0400 Subject: use optparse-applicative --- git-repair.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-repair.cabal') 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 -- cgit v1.2.3