Fix warnings about unused imports
authorBen.Lippmeier@anu.edu.au <unknown>
Wed, 18 Nov 2009 11:05:25 +0000 (11:05 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Wed, 18 Nov 2009 11:05:25 +0000 (11:05 +0000)
compiler/codeGen/StgCmmCon.hs

index 3226f0c..cebd743 100644 (file)
@@ -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