Re: set Prelude modules as untrusted

Malcolm Wallace <[email protected]> Wed, 13 Jul 2005 09:56:02 +0100
Newsgroups gmane.comp.lang.haskell.hat
Organization Dept of Computer Science, University of York
Message-ID <[email protected]>
Kate Krastev <[email protected]> writes:

> Is it possible to set all/some Prelude modules to untrusted in Hat?
> (So I can see exactly what calls what)

In src/hatlib/Makefile, search for occurrences of the flag '-trusted'
and delete them.  Then you need to recompile the Hat prelude and
libraries from scratch (make clean; make hat-lib) and re-install.

Regards,
    Malcolm