diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-08-03 03:56:07 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-08-03 03:56:07 +0200 |
commit | 268d4210fed6d986b8bf9a45b167e03c8cab01c8 (patch) | |
tree | aa1945679fb1bd2bd362e559db9aba62f5384289 /CabalHelper/Main.hs | |
parent | 6a88ca67103a839449021cd993172448a1b1878e (diff) |
Fix missing newline in help output
Diffstat (limited to 'CabalHelper/Main.hs')
-rw-r--r-- | CabalHelper/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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" |