[project @ 2003-06-24 07:58:18 by simonpj]
[ghc-hetmet.git] / ghc / compiler / main / ParsePkgConf.y
index 1c94edc..f83dd58 100644 (file)
@@ -98,6 +98,7 @@ loadPackageConfig conf_filename = do
    let loc  = mkSrcLoc (mkFastString conf_filename) 1
        exts = ExtFlags {glasgowExtsEF = False,
                        ffiEF         = False,
+                       arrowsEF      = False,
                        withEF        = False,
                        parrEF        = False}
    case parse buf (mkPState loc exts) of