From alfonso.acosta at gmail.com Wed Jan 2 13:20:57 2008 From: alfonso.acosta at gmail.com (Alfonso Acosta) Date: Wed Jan 2 13:14:54 2008 Subject: [Template-haskell] Re: mutually recursive modules and template haskell In-Reply-To: <6a7c66fc0712310933n6fe32f6fy79e98efba7d6b23d@mail.gmail.com> References: <6a7c66fc0712310933n6fe32f6fy79e98efba7d6b23d@mail.gmail.com> Message-ID: <6a7c66fc0801021020q23369f3aka7df9f4f2eccbe2c@mail.gmail.com> Just in case it helps, it seems that compiling with Cabal's make backend fails too. See http://hackage.haskell.org/trac/ghc/ticket/2014 On Dec 31, 2007 6:33 PM, Alfonso Acosta wrote: > 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 > From simonpj at microsoft.com Fri Jan 4 07:38:41 2008 From: simonpj at microsoft.com (Simon Peyton-Jones) Date: Fri Jan 4 07:32:36 2008 Subject: [Template-haskell] mutually recursive modules and template haskell In-Reply-To: <6a7c66fc0712310933n6fe32f6fy79e98efba7d6b23d@mail.gmail.com> References: <6a7c66fc0712310933n6fe32f6fy79e98efba7d6b23d@mail.gmail.com> Message-ID: 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: template-haskell-bounces@haskell.org [mailto:template-haskell-bounces@haskell.org] On Behalf Of Alfonso | Acosta | Sent: 31 December 2007 17:34 | To: template-haskell@haskell.org | 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 | template-haskell@haskell.org | http://www.haskell.org/mailman/listinfo/template-haskell