diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-06-19 22:31:06 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-08-21 00:53:21 -0700 |
commit | 896d216d47cf185d071e0388acbbaef10abada88 (patch) | |
tree | 4fc36d1049446047add9ee98718134198872697e /ghc | |
parent | b2c5e4ce5c44a7be7c2b81c2600cae40c5b225ad (diff) | |
download | haskell-896d216d47cf185d071e0388acbbaef10abada88.tar.gz |
Annotate initIfaceCheck with usage information.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/Main.hs | 2 |
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 |