diff options
author | Ian Lynagh <igloo@earth.li> | 2011-08-26 21:37:26 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-08-26 21:37:26 +0100 |
commit | 1b876144745f613bb6ff2c093195a1bd504908eb (patch) | |
tree | 8593dcef1016ed48d4de3c1d2f0f533218a11a94 /utils/genprimopcode | |
parent | c579340ca8494908abdec0a50952ea81b8eaa6ab (diff) | |
download | haskell-1b876144745f613bb6ff2c093195a1bd504908eb.tar.gz |
Follow ghc-prim changes
Diffstat (limited to 'utils/genprimopcode')
-rw-r--r-- | utils/genprimopcode/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/genprimopcode/Main.hs b/utils/genprimopcode/Main.hs index 14f08346be..f5fce67d4d 100644 --- a/utils/genprimopcode/Main.hs +++ b/utils/genprimopcode/Main.hs @@ -490,7 +490,7 @@ gen_wrappers (Info _ entries) ++ "module GHC.PrimopWrappers where\n" ++ "import qualified GHC.Prim\n" ++ "import GHC.Types (Bool)\n" - ++ "import GHC.Unit ()\n" + ++ "import GHC.Tuple ()\n" ++ "import GHC.Prim (" ++ types ++ ")\n" ++ unlines (concatMap f specs) where |