#1617: Add :browse! and various other additions to GHCi
[ghc-hetmet.git] / compiler / main / DynFlags.hs
index 5d8922c..3ef66cb 100644 (file)
@@ -29,6 +29,7 @@ module DynFlags (
        GhcLink(..), isNoLink,
        PackageFlag(..),
        Option(..),
+        fFlags, xFlags,
 
        -- Configuration of the core-to-core and stg-to-stg phases
        CoreToDo(..),