diff options
author | Ian Lynagh <igloo@earth.li> | 2009-02-06 14:34:20 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-02-06 14:34:20 +0000 |
commit | 232e72122fa7f08690e3be2bb9f8a7f8024e37d5 (patch) | |
tree | ace24a7e4c415d5ee5a466eb1d822e179d4d5be1 /compiler/codeGen | |
parent | 497302c44ad08c6c27d0e15d94a787f332c0cfec (diff) | |
download | haskell-232e72122fa7f08690e3be2bb9f8a7f8024e37d5.tar.gz |
Fix the build on amd64/Linux
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/CgHpc.hs | 2 | ||||
-rw-r--r-- | compiler/codeGen/StgCmmForeign.hs | 1 | ||||
-rw-r--r-- | compiler/codeGen/StgCmmHpc.hs | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/compiler/codeGen/CgHpc.hs b/compiler/codeGen/CgHpc.hs index faee9c2d3f..ce31717885 100644 --- a/compiler/codeGen/CgHpc.hs +++ b/compiler/codeGen/CgHpc.hs @@ -21,9 +21,7 @@ import FastString import HscTypes import Panic import Char -import StaticFlags import BasicTypes -import PackageConfig import Data.Word diff --git a/compiler/codeGen/StgCmmForeign.hs b/compiler/codeGen/StgCmmForeign.hs index 711b79e13f..b8a725520f 100644 --- a/compiler/codeGen/StgCmmForeign.hs +++ b/compiler/codeGen/StgCmmForeign.hs @@ -37,6 +37,7 @@ import StaticFlags import Maybes import Outputable import ZipCfgCmmRep +import BasicTypes import Control.Monad diff --git a/compiler/codeGen/StgCmmHpc.hs b/compiler/codeGen/StgCmmHpc.hs index afc238a252..ab95a66cd0 100644 --- a/compiler/codeGen/StgCmmHpc.hs +++ b/compiler/codeGen/StgCmmHpc.hs @@ -21,6 +21,7 @@ import FastString import HscTypes import Char import StaticFlags +import BasicTypes mkTickBox :: Module -> Int -> CmmAGraph mkTickBox mod n |