Discussion:
[Hat] ghc + hat
Guillaume Hoffmann
2007-09-28 21:27:24 UTC
Permalink
Hi,

is there a way to compile a program with GHC and Hat support, directly
by calling GHC with the adequate flag(s) (withour using hmake, as the
official documentation stipulates) ?

guillaume
Thomas Davie
2007-09-28 22:06:11 UTC
Permalink
Hat works by first performing a program transformation on your code,
and the compiling, hmake is used to hide these steps. If you want to
just invoke ghc, you will need to first invoke hat-trans to apply the
transformation, and then compile the transformed source code.

Bob
Post by Guillaume Hoffmann
Hi,
is there a way to compile a program with GHC and Hat support, directly
by calling GHC with the adequate flag(s) (withour using hmake, as the
official documentation stipulates) ?
guillaume
_______________________________________________
Hat mailing list
http://www.haskell.org/mailman/listinfo/hat
Loading...