packages feed

ghc-mod-1.10.6: Flag.hs

{-# LANGUAGE CPP #-}

module Flag where

import Types
import qualified Gap

listFlags :: Options -> IO String
listFlags opt = return $ convert opt [ "-f" ++ prefix ++ option
                                     | option <- Gap.fOptions
                                     , prefix <- ["","no-"]
                                     ]