diff options
Diffstat (limited to 'Setup.hs')
| -rw-r--r-- | Setup.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
