summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
Diffstat (limited to 'ghc')
-rw-r--r--ghc/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/Main.hs b/ghc/Main.hs
index 4870ce4d22..aa5f83fc64 100644
--- a/ghc/Main.hs
+++ b/ghc/Main.hs
@@ -891,7 +891,7 @@ abiHash strs = do
mods <- mapM find_it strs
let get_iface modl = loadUserInterface False (text "abiHash") modl
- ifaces <- initIfaceCheck hsc_env $ mapM get_iface mods
+ ifaces <- initIfaceCheck (text "abiHash") hsc_env $ mapM get_iface mods
bh <- openBinMem (3*1024) -- just less than a block
put_ bh hiVersion