From 94651934b4055cd32401a1cfb6095d2c56576cc7 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Sun, 4 Sep 2016 00:59:45 +0200 Subject: [PATCH] Update --help output --- src-brittany/Main.hs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src-brittany/Main.hs b/src-brittany/Main.hs index 57399aa..a5432e6 100644 --- a/src-brittany/Main.hs +++ b/src-brittany/Main.hs @@ -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"