summaryrefslogtreecommitdiff
path: root/compiler/stranal/DmdAnal.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/stranal/DmdAnal.hs')
-rw-r--r--compiler/stranal/DmdAnal.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/stranal/DmdAnal.hs b/compiler/stranal/DmdAnal.hs
index d8341c143b..da771e4412 100644
--- a/compiler/stranal/DmdAnal.hs
+++ b/compiler/stranal/DmdAnal.hs
@@ -15,7 +15,7 @@ module DmdAnal ( dmdAnalProgram ) where
import GhcPrelude
-import DynFlags
+import GHC.Driver.Session
import WwLib ( findTypeShape )
import Demand -- All of it
import CoreSyn