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/CgHpc.hs | |
parent | 497302c44ad08c6c27d0e15d94a787f332c0cfec (diff) | |
download | haskell-232e72122fa7f08690e3be2bb9f8a7f8024e37d5.tar.gz |
Fix the build on amd64/Linux
Diffstat (limited to 'compiler/codeGen/CgHpc.hs')
-rw-r--r-- | compiler/codeGen/CgHpc.hs | 2 |
1 files changed, 0 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 |