Update --help output

pull/3/head
Lennart Spitzner 2016-09-04 00:59:45 +02:00
parent 7792cd77bf
commit 94651934b4
1 changed files with 4 additions and 5 deletions

View File

@ -50,12 +50,11 @@ mainCmdParser = do
++ " parts not transformed)."
, parDoc $ "Based on ghc-exactprint, thus (theoretically) supporting all"
++ " that ghc does."
, parDoc $ "This is an early, experimental release. Some flags currently"
++ " won't be parsed correctly or will have no effect."
, parDoc $ "This is an early, experimental release."
++ " Only type-signatures and function-bindings are transformed."
++ " The output may"
++ " not be valid haskell if you run into some unfixed bug."
++ " (And yes, i should include automatic checking for that..)"
++ " There is a check in place, but no warranties that the output"
++ " is valid haskell."
, parDoc $ "There is NO WARRANTY, to the extent permitted by law."
, parDoc $ "See https://github.com/lspitzner/brittany"
, parDoc $ "Please report bugs at"
++ " https://github.com/lspitzner/brittany/issues"