diff options
Diffstat (limited to 'compiler/Setup.hs')
-rw-r--r-- | compiler/Setup.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Setup.hs b/compiler/Setup.hs index 59746bf5a2..97662a7775 100644 --- a/compiler/Setup.hs +++ b/compiler/Setup.hs @@ -116,7 +116,7 @@ generateConfigHs settings = either error id $ do , " , cStage" , " ) where" , "" - , "import GHC.Prelude" + , "import GHC.Prelude.Basic" , "" , "import GHC.Version" , "" |