summaryrefslogtreecommitdiff
path: root/ghc/compiler/codeGen/CgParallel.hs
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/codeGen/CgParallel.hs')
-rw-r--r--ghc/compiler/codeGen/CgParallel.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/codeGen/CgParallel.hs b/ghc/compiler/codeGen/CgParallel.hs
index 74cbeb5fda..b826a33cba 100644
--- a/ghc/compiler/codeGen/CgParallel.hs
+++ b/ghc/compiler/codeGen/CgParallel.hs
@@ -12,7 +12,7 @@ import CgMonad
import CgCallConv ( mkRegLiveness )
import Id ( Id )
import Cmm ( CmmLit, GlobalReg(..), node, CmmExpr )
-import CmdLineOpts ( opt_GranMacros )
+import StaticFlags ( opt_GranMacros )
import Outputable
staticParHdr :: [CmmLit]