Re: ghc + hat
Thomas Davie <[email protected]> Fri, 28 Sep 2007 22:06:54 +0100
| Newsgroups | gmane.comp.lang.haskell.hat |
|---|---|
| Message-ID | <[email protected]> |
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 > [email protected] > http://www.haskell.org/mailman/listinfo/hat