Suppres the module loading message produced in Cryptol.ModuleSystem.Base.

This message interferes with the operation of wire-protocols communicated
on stdin when using Cryptol as a library.
This commit is contained in:
Rob Dockins 2017-09-19 16:49:44 -07:00
parent bbcd39d400
commit ee24bb4f91

View File

@ -169,7 +169,7 @@ loadModule path pm = do
loadDeps pm'
-- XXX make it possible to configure output
io (putStrLn ("Loading module " ++ pretty (P.thing (P.mName pm'))))
--io (putStrLn ("Loading module " ++ pretty (P.thing (P.mName pm'))))
tcm <- checkModule path pm'