summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Garrood harry@garrood.me <harry@garrood.me>2021-04-18 17:09:50 +0100
committerHarry Garrood harry@garrood.me <harry@garrood.me>2021-04-18 17:09:50 +0100
commit692749859d16270ab8ba381a46ba110ac8f6b16e (patch)
treef29d3bd1e0db91ba2723327a458c5b217fcd1739
parentbbaecbdcba7f9024d4997f4718b683234a9240e2 (diff)
downloadhaskell-692749859d16270ab8ba381a46ba110ac8f6b16e.tar.gz
Fix nonexistent module import
-rw-r--r--compiler/GHC/Driver/Pipeline.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/Pipeline.hs b/compiler/GHC/Driver/Pipeline.hs
index 5fea9f278a..7e58cf9e21 100644
--- a/compiler/GHC/Driver/Pipeline.hs
+++ b/compiler/GHC/Driver/Pipeline.hs
@@ -89,7 +89,6 @@ import GHC.Data.StringBuffer ( hGetStringBuffer, hPutStringBuffer )
import GHC.Data.Maybe ( expectJust )
import GHC.Iface.Make ( mkFullIface )
-import GHC.Iface.UpdateIdInfos ( updateModDetailsIdInfos )
import GHC.Iface.Load
import GHC.Types.Basic ( SuccessFlag(..) )