GHC build fails without alex

Simon Marlow simonmar@microsoft.com
Tue, 9 Sep 2003 14:13:50 +0100


=20
>  | typecheck/TcSimplify.lhs:22:
>  |     Module `TcUnify' (hi-boot interface) does not export=20
> `unifyTauTy'
>  | make[1]: *** [stage2/typecheck/TcSimplify.o] Error 1
>  | make[1]: Leaving directory=20
> `/usr/local/src/ghc-current/ghc/compiler'
>  | make: *** [stage2] Error 2

This is now fixed.  BTW, cvs-ghc@haskell.org is a better place for bug
reports related to the CVS version of GHC.

Cheers,
	Simon