RE: mutually recursive modules and template haskell

Simon Peyton-Jones <[email protected]> Fri, 4 Jan 2008 12:38:41 +0000
Newsgroups gmane.comp.lang.haskell.template
Message-ID <BBB84A691C2E064EAAFB9876BF452D160395A45BD6@EA-EXMSG-C324.europe.corp.microsoft.com>
I think it's only a bug in documentation.  I've explained in the Trac ticket, and improved the docs. I hope that'll get you un-blocked.
        http://hackage.haskell.org/trac/ghc/ticket/1012


Simon

| -----Original Message-----
| From: [email protected] [mailto:[email protected]] On Behalf Of Alfonso
| Acosta
| Sent: 31 December 2007 17:34
| To: [email protected]
| Subject: [Template-haskell] mutually recursive modules and template haskell
|
| Hi,
|
| I recently reopened an old bug related to TH and mutually recursive
| modules. http://hackage.haskell.org/trac/ghc/ticket/1012
|
| Sorry to repost about the bug in this list but the is being a major
| blocker for me.
|
| It seems that "ghc --make" could do better when figuring out the build
| dependencies when mutually recursive modules and TH are used in the
| same set of modules.
|
| Could someone please confirm if I really ran into a bug?
|
| A workaround for me would providing an specific compilation order
| (sorry if this is offtopic). I'm using cabal, I tried using Setup
| makefile to avoid the bug but it didn't work for me (the makefile
| approach doesn't seem to regard the modules included in
| "other-modules"). Any pointer would be welcome.
|
| Cheers,
|
| Fons
| _______________________________________________
| template-haskell mailing list
| [email protected]
| http://www.haskell.org/mailman/listinfo/template-haskell