On Tue, Dec 02, 2008 at 01:56:03PM +0100, Philip K.F. Hölzenspies wrote:
> 
> Setup.hs: alex is required but it could not be found.
> 
> The problem is that I get this error also when I try to "runghc Setup.lhs 
> build" alex

If you have downloaded the source tarball then the preprocessed files
are included. Cabal may be getting confused by the .x files also being
present, so
    rm src/Scan.x
should fix it. You may also need to
    rm src/Parser.y
if you don't have happy.


Thanks
Ian

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to