From b26fb1cd59b98c326523e2f5c48db40300c83e6f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 14 Sep 2014 12:48:24 -0400 Subject: Update to build with optparse-applicative 0.10. Closes: #761552 --- git-repair.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-repair.hs') diff --git a/git-repair.hs b/git-repair.hs index 31c2fdf..bdd1670 100644 --- a/git-repair.hs +++ b/git-repair.hs @@ -37,7 +37,7 @@ parseSettings = Settings ( long "retry" <> help "Retry tests in git-repair-test.log" ) - <*> option + <*> option auto ( long "numtests" <> short 'n' <> metavar "N" -- cgit v1.2.3