You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
1018 B
17 lines
1018 B
9 years ago
|
diff -up optparse-applicative-0.11.0.1/Options/Applicative.hs~ optparse-applicative-0.11.0.1/Options/Applicative.hs
|
||
|
--- optparse-applicative-0.11.0.1/Options/Applicative.hs~ 2014-10-06 02:01:26.000000000 +0900
|
||
|
+++ optparse-applicative-0.11.0.1/Options/Applicative.hs 2014-11-05 10:42:59.741567059 +0900
|
||
|
@@ -35,4 +35,3 @@ import Options.Applicative.Builder
|
||
|
import Options.Applicative.Builder.Completer
|
||
|
import Options.Applicative.Extra
|
||
|
|
||
|
-{-# ANN module "HLint: ignore Use import/export shortcut" #-}
|
||
|
diff -up optparse-applicative-0.11.0.1/Options/Applicative/Help/Core.hs~ optparse-applicative-0.11.0.1/Options/Applicative/Help/Core.hs
|
||
|
--- optparse-applicative-0.11.0.1/Options/Applicative/Help/Core.hs~ 2014-10-06 02:01:26.000000000 +0900
|
||
|
+++ optparse-applicative-0.11.0.1/Options/Applicative/Help/Core.hs 2014-11-05 10:43:34.110704025 +0900
|
||
|
@@ -140,4 +140,3 @@ parserUsage pprefs p progn = hsep
|
||
|
, string progn
|
||
|
, align (extractChunk (briefDesc pprefs p)) ]
|
||
|
|
||
|
-{-# ANN footerHelp "HLint: ignore Eta reduce" #-}
|