Re: [Haskell] Problem compiling happy 1.15
Rob Hoelz wrote: Is my configuration messed up or something? Looks like you're using ghc 6.6 with an old version of happy. Use happy 1.16 instead. http://www.haskell.org/mailman/listinfo/haskell
[Haskell] Problem compiling happy 1.15
I downloaded the source for happy 1.15, and when I run make, this pops up: /usr/bin/ghc -H16m -O -cpp -fglasgow-exts -O-c LALR.lhs -o LALR.o -ohi LALR.hi LALR.lhs:626:34: Not in scope: `bounds' make[3]: *** [LALR.o] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all] Error 1 make[1]: Leavin