summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Setup.hs b/Setup.hs
index e08ce7479..512a245c5 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -68,6 +68,8 @@ rglCommands =
return ()
, RGLCommand "parse" False $ \mode args pkg lbi -> do
mapM_ (gfc mode pkg lbi . parse) (optl langsParse args)
+ , RGLCommand "none" False $ \mode args pkg lbi -> do
+ return ()
]
where
optl ls args = fromMaybe ls $ getOptLangs args