Hi Jeremy,
> Trhsx fails on this file,
>
>
http://src.seereason.com/ghc6103/happstack-extra/src/Happstack/Server/Formlets.hs
>
> with the error,
>
> Trhsx.hs: Error at SrcLoc {srcFilename = "Formlets.hs", srcLine = 41,
> srcColumn = 1}:
> ExplicitForall is not enabled
>
> Adding ExplicitForall to the LANGUAGE pragma itself causes GHC to
> throw an error, and doesn't help Trhsx anyway.
>
> Adding ExplicitForall to the allExtensensions list in Trhsx.hs seems
> to fix it though...
ExplicitForall should be implied by RankNTypes, no idea why that isn't
picked up. I'll have a look later tonight.
I also notice that the explicit forall is actually on line 33, which I
guess is an instance of the strange line numbering you mentioned in
your other mail.
> Also, the Home page link listed for hsx in the .cabal file is broken.
Yeah, I guess a lot of things about hsx is broken these days. I wish I
had more time, there's so much to do... :-(
Cheers,
/Niklas