Long line

This commit is contained in:
Jonathan Daugherty 2020-03-03 16:46:32 -08:00
parent 73950ca0de
commit 4de0a40be0

View File

@ -23,7 +23,8 @@ options config =
[ Option "h" ["help"] (NoArg Help)
"This help output"
, Option "p" ["path"] (ReqArg OutputPath "PATH")
("The output path to write to (default: " <> fromMaybe "<none>" (configOutputPath config) <> ")")
("The output path to write to (default: " <>
fromMaybe "<none>" (configOutputPath config) <> ")")
]
data Config =