[Haskell-cafe] build error with happy-1.15 on ghc-6.6

Ian Lynagh igloo at earth.li
Sun Jan 7 07:48:45 EST 2007


On Sun, Jan 07, 2007 at 02:39:46AM -0800, Yang wrote:
> 
>  /usr/local/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'

You need to either get happy from its darcs repo or build a 1.16 release
candidate:

http://haskell.org/happy/happy-1.16rc2.tar.gz


Thanks
Ian



More information about the Haskell-Cafe mailing list