diff options
Diffstat (limited to 'hadrian/src/Rules/Generate.hs')
-rw-r--r-- | hadrian/src/Rules/Generate.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Rules/Generate.hs b/hadrian/src/Rules/Generate.hs index 51afdf8724..b332713222 100644 --- a/hadrian/src/Rules/Generate.hs +++ b/hadrian/src/Rules/Generate.hs @@ -355,7 +355,7 @@ generateConfigHs = do , " , cStage" , " ) where" , "" - , "import GhcPrelude" + , "import GHC.Prelude" , "" , "import GHC.Version" , "" |