X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FcodeGen%2FStgCmmCon.hs;h=cebd743e94dd1f914a72b4e7925a56954728e598;hp=3226f0c111c44bf1bfec68c46b89d82d663d0939;hb=a8d8c534d5363c865ee2c4948ccd52a64a62c55f;hpb=f205ce857a8d1cebeffe39233978b2bda9d33572 diff --git a/compiler/codeGen/StgCmmCon.hs b/compiler/codeGen/StgCmmCon.hs index 3226f0c..cebd743 100644 --- a/compiler/codeGen/StgCmmCon.hs +++ b/compiler/codeGen/StgCmmCon.hs @@ -39,9 +39,13 @@ import Literal import PrelInfo import Outputable import Util ( lengthIs ) -import StaticFlags ( opt_PIC ) + import Data.Char +#if defined(mingw32_TARGET_OS) +import StaticFlags ( opt_PIC ) +#endif + --------------------------------------------------------------- -- Top-level constructors