Skip to content

Commit 37132ba

Browse files
committed
Compatibility with optparse-applicative HEAD
1 parent 349a060 commit 37132ba

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

core/Test/Tasty/CmdLine.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,7 @@ parseOptions ins tree = do
154154
mapM_ (hPutStrLn stderr) warnings
155155
cmdlineOpts <- execParser $
156156
info (helper <*> parser)
157-
( fullDesc <>
158-
header "Mmm... tasty test suite"
159-
)
157+
(header "Mmm... tasty test suite")
160158
envOpts <- suiteEnvOptions ins tree
161159
return $ envOpts <> cmdlineOpts
162160

0 commit comments

Comments
 (0)