Adjust behaviour of gcd
[ghc-base.git] / codepages / MakeTable.hs
index e17380b..0a05f85 100644 (file)
@@ -200,7 +200,7 @@ compress n ms = runState (mapM lookupOrAdd chunks) (Map.empty, Map.empty)
 -- Static parts of the generated module.
 
 languageDirectives :: [String]
-languageDirectives = ["{-# LANGUAGE CPP, MagicHash #-}"]
+languageDirectives = ["{-# LANGUAGE CPP, MagicHash, NoImplicitPrelude #-}"]
 
 
 firstComment :: [FilePath] -> [String]