diff options
| author | aarne <aarne@chalmers.se> | 2010-12-14 17:42:42 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-12-14 17:42:42 +0000 |
| commit | 4a5d8d9f553df8dae848adeee99117c83caff03e (patch) | |
| tree | ac28f3ed62af85087f03425fabe12d6e59d5eacd /src/compiler/GFI.hs | |
| parent | 505e34aea788db30da26ce852755c5a432038527 (diff) | |
option cc -list added
Diffstat (limited to 'src/compiler/GFI.hs')
| -rw-r--r-- | src/compiler/GFI.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/GFI.hs b/src/compiler/GFI.hs index 49e68c024..53784ec10 100644 --- a/src/compiler/GFI.hs +++ b/src/compiler/GFI.hs @@ -111,6 +111,7 @@ loop opts gfenv0 = do let pOpts style q ("-table" :ws) = pOpts TermPrintTable q ws pOpts style q ("-all" :ws) = pOpts TermPrintAll q ws + pOpts style q ("-list" :ws) = pOpts TermPrintList q ws pOpts style q ("-one" :ws) = pOpts TermPrintOne q ws pOpts style q ("-default":ws) = pOpts TermPrintDefault q ws pOpts style q ("-unqual" :ws) = pOpts style Unqualified ws |
