summaryrefslogtreecommitdiff
path: root/compiler/stranal/CprAnal.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/stranal/CprAnal.hs')
-rw-r--r--compiler/stranal/CprAnal.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/stranal/CprAnal.hs b/compiler/stranal/CprAnal.hs
index 4b9e54c11b..3691b213b8 100644
--- a/compiler/stranal/CprAnal.hs
+++ b/compiler/stranal/CprAnal.hs
@@ -14,7 +14,7 @@ module CprAnal ( cprAnalProgram ) where
import GhcPrelude
import WwLib ( deepSplitProductType_maybe )
-import DynFlags
+import GHC.Driver.Session
import Demand
import Cpr
import CoreSyn