We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6541075 commit fb03980Copy full SHA for fb03980
builder/src/Generate.hs
@@ -200,7 +200,7 @@ loadTypesHelp root modul =
200
Build.Unneeded ->
201
do mvar <- newEmptyMVar
202
_ <- forkIO $
203
- do maybeIface <- File.readBinary (Stuff.elmo root name)
+ do maybeIface <- File.readBinary (Stuff.elmi root name)
204
putMVar mvar (Extract.fromInterface name <$> maybeIface)
205
return mvar
206
0 commit comments