Skip to content

Commit fb03980

Browse files
committed
fix typo in loading interfaces for --debug
1 parent 6541075 commit fb03980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/src/Generate.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ loadTypesHelp root modul =
200200
Build.Unneeded ->
201201
do mvar <- newEmptyMVar
202202
_ <- forkIO $
203-
do maybeIface <- File.readBinary (Stuff.elmo root name)
203+
do maybeIface <- File.readBinary (Stuff.elmi root name)
204204
putMVar mvar (Extract.fromInterface name <$> maybeIface)
205205
return mvar
206206

0 commit comments

Comments
 (0)