ref: eae205709a0da87be67d3c6adf081a0dde6f3cfc
parent: 5773add4587d5622aba8ab52c9ea6980bd5ddf6f
author: Lennart Augustsson <lennart@augustsson.net>
date: Sun Nov 5 12:50:09 EST 2023
Change 'import' to 'loaded' in a message
--- a/src/MicroHs/Compile.hs
+++ b/src/MicroHs/Compile.hs
@@ -103,7 +103,7 @@
liftIO $ putStrLn $ "importing done " ++ showIdent mn ++ ", " ++ show (tp + tt) ++
"ms (" ++ show tp ++ " + " ++ show tt ++ ")"when (loading flags && mn /= mkIdent "Interactive") $
- liftIO $ putStrLn $ "import " ++ showIdent mn
+ liftIO $ putStrLn $ "loaded " ++ showIdent mn
c <- get
put $ Cache (tail (working c)) (M.insert mn cm (cache c))
return (cm, tp + tt + ts)
--
⑨