From 268d4210fed6d986b8bf9a45b167e03c8cab01c8 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Mon, 3 Aug 2015 03:56:07 +0200 Subject: Fix missing newline in help output --- CabalHelper/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CabalHelper/Main.hs b/CabalHelper/Main.hs index 4fe4da8..2b6aea3 100644 --- a/CabalHelper/Main.hs +++ b/CabalHelper/Main.hs @@ -90,7 +90,7 @@ usage = do ++"DIST_DIR ( version\n" ++" | print-lbi\n" ++" | write-autogen-files\n" - ++" | compiler-version" + ++" | compiler-version\n" ++" | ghc-options [--with-inplace]\n" ++" | ghc-src-options [--with-inplace]\n" ++" | ghc-pkg-options [--with-inplace]\n" -- cgit v1.2.3