Attached is a patch against happstack HEAD to compile against GHC
6.12. Most of it is just chasing down types until it builds. I have
also tested the patch against GHC 6.10, but it could surely use more.
A few areas to note:
- I don't have any projects using ixset, but I've included it for
completeness. It compiles, but I'm not certain the 'infer ixset' stuff
will work properly against type vars of higher kinds with kind
annotations.
- You'll need syb-with-class from darcs head if you want to test with GHC 6.12
- You'll need a version of GHC 6.12 newer that RC1 to test against 6.12
Also - is this the right place to send patches?
Take care,
Antoine