From 0ade54179ba2db79f72e723eceedfcd6a1757b6f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 7 Jul 2015 23:54:46 -0400 Subject: Removed support for optparse-applicative versions older than 0.10. Debian stable has 0.10.0. --- Test.hs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Test.hs') diff --git a/Test.hs b/Test.hs index 9f211d23b..f6ac81c53 100644 --- a/Test.hs +++ b/Test.hs @@ -112,15 +112,11 @@ main ps = do ) where parseOpts pprefs pinfo args = -#if MIN_VERSION_optparse_applicative(0,10,0) case execParserPure pprefs pinfo args of (Options.Applicative.Failure failure) -> do let (msg, _exit) = renderFailure failure "git-annex test" error msg v -> handleParseResult v -#else - handleParseResult $ execParserPure pprefs pinfo args -#endif ingredients :: [Ingredient] ingredients = -- cgit v1.2.3