X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=utils%2Fgenprimopcode%2FMain.hs;fp=utils%2Fgenprimopcode%2FMain.hs;h=71b1e76598d5ab5778647cabcd9f024b61cff6e2;hp=f36aa3132e90e6835ca067811190aa9fcd967474;hb=00ed85dad9ef70f200240790693dc436b479b38b;hpb=a1a38a088957ec6bae652ae49c814cfbcf6f0251 diff --git a/utils/genprimopcode/Main.hs b/utils/genprimopcode/Main.hs index f36aa31..71b1e76 100644 --- a/utils/genprimopcode/Main.hs +++ b/utils/genprimopcode/Main.hs @@ -470,6 +470,7 @@ gen_wrappers (Info _ entries) ++ "module GHC.PrimopWrappers where\n" ++ "import qualified GHC.Prim\n" ++ "import GHC.Bool (Bool)\n" + ++ "import GHC.Unit ()\n" ++ "import GHC.Prim (" ++ types ++ ")\n" ++ unlines (concatMap f specs) where