On Tue, Aug 05, 2008 at 09:42:19AM +0100, Simon Marlow wrote:
> 
> Ian: I suspect this is now broken.  So we could either require Happy and 
> Alex unconditionally, in which case the wiki docs need to be updated, or we 
> could restore the previous behaviuor, but I'm guessing that's harder.

In the 6.8 series we had to hack around this for Parser.ly in
haskell-src. We did:

dist ::
    [...]
    cp libraries/haskell-src/dist/build/Language/Haskell/Parser.hs
       libraries/haskell-src/Language/Haskell/
    mv libraries/haskell-src/Language/Haskell/Parser.ly
       libraries/haskell-src/Language/Haskell/Parser.ly.source
    [...]

We can do something similar for the .y and .x files in compiler/

It isn't pretty, but it works.


Thanks
Ian

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to