summaryrefslogtreecommitdiff
path: root/compiler/ghci
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ghci')
-rw-r--r--compiler/ghci/ByteCodeAsm.lhs1
-rw-r--r--compiler/ghci/ByteCodeLink.lhs1
2 files changed, 2 insertions, 0 deletions
diff --git a/compiler/ghci/ByteCodeAsm.lhs b/compiler/ghci/ByteCodeAsm.lhs
index 93e6a8c188..5e5a5f0c62 100644
--- a/compiler/ghci/ByteCodeAsm.lhs
+++ b/compiler/ghci/ByteCodeAsm.lhs
@@ -34,6 +34,7 @@ import ClosureInfo -- CgRep stuff
import DynFlags
import Outputable
import Platform
+import Util
import Control.Monad
import Control.Monad.ST ( runST )
diff --git a/compiler/ghci/ByteCodeLink.lhs b/compiler/ghci/ByteCodeLink.lhs
index d8235b6905..0087eb2994 100644
--- a/compiler/ghci/ByteCodeLink.lhs
+++ b/compiler/ghci/ByteCodeLink.lhs
@@ -27,6 +27,7 @@ import Module
import FastString
import Panic
import Outputable
+import Util
-- Standard libraries