diff options
author | Ian Lynagh <igloo@earth.li> | 2008-06-24 14:48:49 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-06-24 14:48:49 +0000 |
commit | 00ed85dad9ef70f200240790693dc436b479b38b (patch) | |
tree | 3fcf57ad02f8886d8b6632e9f4df15fea52d16ad /utils/genprimopcode | |
parent | a1a38a088957ec6bae652ae49c814cfbcf6f0251 (diff) | |
download | haskell-00ed85dad9ef70f200240790693dc436b479b38b.tar.gz |
() is now in ghc-prim:GHC.Unit
Diffstat (limited to 'utils/genprimopcode')
-rw-r--r-- | utils/genprimopcode/Main.hs | 1 |
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 |