Re: mkExprStmt not in scope in Parser.hs issue.

2012-10-29 Thread Gabor Greif
IIRC, I had to manually remove a 'Parser.y' file to get things rolling. Cheers, Gabor On 10/29/12, Karel Gardas karel.gar...@centrum.cz wrote: Hello, I'm trying to get GHC HEAD compilation working on my freshly installed Solaris 11/x86 box and I'm trying to solve following error now:

Re: mkExprStmt not in scope in Parser.hs issue.

2012-10-29 Thread Karel Gardas
This works, indeed! Thanks a lot for this fast help! Karel On 10/29/12 11:07 PM, Gabor Greif wrote: IIRC, I had to manually remove a 'Parser.y' file to get things rolling. Cheers, Gabor On 10/29/12, Karel Gardaskarel.gar...@centrum.cz wrote: Hello, I'm trying to get GHC HEAD

Re: mkExprStmt not in scope in Parser.hs issue.

2012-10-29 Thread Sean Leather
On Mon, Oct 29, 2012 at 11:07 PM, Gabor Greif wrote: IIRC, I had to manually remove a 'Parser.y' file to get things rolling. That's exactly it. I just ran into this problem myself. It's due to a recent change that meant Parser.y was not getting removed/rebuilt in its old location.