diff options
Diffstat (limited to 'compiler/GHC/Cmm/Pipeline.hs')
-rw-r--r-- | compiler/GHC/Cmm/Pipeline.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Cmm/Pipeline.hs b/compiler/GHC/Cmm/Pipeline.hs index f5cf20a6b6..d408402e27 100644 --- a/compiler/GHC/Cmm/Pipeline.hs +++ b/compiler/GHC/Cmm/Pipeline.hs @@ -24,7 +24,7 @@ import GHC.Types.Unique.Supply import GHC.Driver.Session import GHC.Driver.Backend import GHC.Utils.Error -import GHC.Driver.Types +import GHC.Driver.Env import Control.Monad import GHC.Utils.Outputable import GHC.Platform |