Re: patch applied (haddock2): Alex generates BangPatterns, so make Lex.x accept them

Simon Marlow <[email protected]> Wed, 17 Nov 2010 10:54:22 +0000
Newsgroups gmane.comp.lang.haskell.cvs.other
Message-ID <[email protected]>
On 15/11/2010 08:39, Simon Peyton Jones wrote:
> Mon Nov 15 00:38:38 PST 2010  [email protected]
>    * Alex generates BangPatterns, so make Lex.x accept them
>
>    (It'd be better for Alex to generate this pragma.)
>
>      M ./src/Haddock/Lex.x +1

Alex will stop generating bang patterns, now that our plan is to make 
GHC less strict about requiring them.

Cheers,
	Simon