Re: no "-package" option for hat-trans?
Malcolm Wallace <[email protected]> Tue, 17 Jul 2007 10:57:02 +0100
| Newsgroups | gmane.comp.lang.haskell.hat |
|---|---|
| Organization | Dept of Computer Science, University of York |
| Message-ID | <[email protected]> |
"Ivan Tarasov" <[email protected]> wrote: > I'm trying to hat-transform my program, but I feel that I'm stuck. The > problem is that my program uses external package (namely > NumericPrelude) which I compiled and installed myself (it is visible > through ghc-pkg), but I can't find a way to explain it to hat-trans. You are right. hat-trans does not understand packages yet. Hopefully, this is something that will be fixed by this year's Summer of Code project to get Hat working nicely with library packages. Regards, Malcolm