
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 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 On 28 Sep 2007, at 21:28, Guillaume Hoffmann wrote:
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 Hat@haskell.org http://www.haskell.org/mailman/listinfo/hat
participants (2)
-
Guillaume Hoffmann
-
Thomas Davie