summaryrefslogtreecommitdiff
path: root/utils/genprimopcode
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-06-24 14:48:49 +0000
committerIan Lynagh <igloo@earth.li>2008-06-24 14:48:49 +0000
commit00ed85dad9ef70f200240790693dc436b479b38b (patch)
tree3fcf57ad02f8886d8b6632e9f4df15fea52d16ad /utils/genprimopcode
parenta1a38a088957ec6bae652ae49c814cfbcf6f0251 (diff)
downloadhaskell-00ed85dad9ef70f200240790693dc436b479b38b.tar.gz
() is now in ghc-prim:GHC.Unit
Diffstat (limited to 'utils/genprimopcode')
-rw-r--r--utils/genprimopcode/Main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/genprimopcode/Main.hs b/utils/genprimopcode/Main.hs
index f36aa3132e..71b1e76598 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