Hi all, I've just run darcs get on my yi repository. After a runhaskell Setup configure, should I expect that alex has been run on the .x files in Yi/Lexer? Or should this happen during the build?
In any case, I tried to work around this like so: cd Yi/Lexer ; for i in *.x; do echo $i; alex $i; done Which got the build running again, but then stopped here: [10 of 17] Compiling Yi.Lexer.Haskell ( Yi/Lexer/Haskell.hs, dist/build/parserTest/parserTest-tmp/Yi/Lexer/Haskell.o ) Yi/Lexer/alex.hsinc:26:17: Parse error in pattern and I'm not sure where to go from here. Am I missing something? cheers, Fraser. -- http://thewhitelion.org/mysister --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
