summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/ListComp.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/HsToCore/ListComp.hs')
-rw-r--r--compiler/GHC/HsToCore/ListComp.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/HsToCore/ListComp.hs b/compiler/GHC/HsToCore/ListComp.hs
index a8ed3bbcb3..0411542d78 100644
--- a/compiler/GHC/HsToCore/ListComp.hs
+++ b/compiler/GHC/HsToCore/ListComp.hs
@@ -26,7 +26,7 @@ import MkCore
import GHC.HsToCore.Monad -- the monadery used in the desugarer
import GHC.HsToCore.Utils
-import DynFlags
+import GHC.Driver.Session
import CoreUtils
import Id
import Type