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