Hi, I pulled jhc sources (jhc, doc, haskell98, QuickCheck) from darcs and tried building jhc. But the build exits with the following error: jhc$ make ghc -O -ignore-package lang -pgmF drift-ghc -F -W -fno-warn-unused-matches -i. -iFrontEnd -package mtl -package unix -package QuickCheck -fwarn-type-defaults -fallow-undecidable-instances -fglasgow-exts -fallow-overlapping-instances --make Main.hs -o jhc --snip-- . . . --snip-- /home/haskell/DrIFT/bin/DrIFT DerivingDrift/StandardRules.hs -o /tmp/ghc12711_0/ghc12711_151.hspp /home/haskell/DrIFT/bin/DrIFT E/LambdaLift.hs -o /tmp/ghc12711_0/ghc12711_159.hspp [ 60 of 162] Compiling Info.Binary[boot] ( Info/Binary.hs-boot, nothing ) [ 95 of 162] Compiling DataConstructors[boot] ( DataConstructors.hs-boot, nothing ) [110 of 162] Compiling Representation ( FrontEnd/Representation.hs, FrontEnd/Representation.o ) FrontEnd/Representation.hs:350:8: parse error on input `instance' jhc$ am using 6.6.1 ghc, happy is 1.16 and DrIFT version is 2.2.3; would really appreciate if you could let me know what went wrong. thanks -ganesh
Ganesh Narayan wrote:
am using 6.6.1 ghc, happy is 1.16
same with me, who was successful
DrIFT version is 2.2.3
I thought the latest version of DrIFT was 2.2.1, based on http://repetae.net/john/computer/haskell/DrIFT/drop/ however http://repetae.net/dw/darcsweb.cgi?r=DrIFT;a=summary has a 2.2.2 tag. But I still don't see any 2.2.3 and google searches don't help me find any other place there might be DrIFT. I'm confused. Isaac
Issac, thanks; DrIFT 2.2.1 works fine indeed! 2.2.3 is the developmental
DrIFT tree, pulled using darcs.
-ganesh
On 10/8/07, Isaac Dupree
Ganesh Narayan wrote:
am using 6.6.1 ghc, happy is 1.16
same with me, who was successful
DrIFT version is 2.2.3
I thought the latest version of DrIFT was 2.2.1, based on http://repetae.net/john/computer/haskell/DrIFT/drop/
however http://repetae.net/dw/darcsweb.cgi?r=DrIFT;a=summary has a 2.2.2 tag. But I still don't see any 2.2.3
and google searches don't help me find any other place there might be DrIFT. I'm confused.
Isaac
On Tue, Oct 09, 2007 at 01:42:38AM +0530, Ganesh Narayan wrote:
Issac, thanks; DrIFT 2.2.1 works fine indeed! 2.2.3 is the developmental DrIFT tree, pulled using darcs.
Ah, I must have introduced a bug. You can run DrIFT on the file directly to view what it is trying to produce. John -- John Meacham - ⑆repetae.net⑆john⑈
participants (3)
-
Ganesh Narayan -
Isaac Dupree -
John Meacham