Fix unused import warning on OS X
authorIan Lynagh <igloo@earth.li>
Fri, 22 Oct 2010 13:40:24 +0000 (13:40 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 22 Oct 2010 13:40:24 +0000 (13:40 +0000)
compiler/nativeGen/AsmCodeGen.lhs

index 0761946..68982d0 100644 (file)
@@ -76,7 +76,9 @@ import DynFlags
 import StaticFlags     ( opt_Static, opt_PIC )
 #endif
 import Util
+#if !defined(darwin_TARGET_OS)
 import Config           ( cProjectVersion )
+#endif
 
 import Digraph
 import qualified Pretty