Closed GoogleCodeExporter closed 9 years ago
same exact problem
Original comment by erik.fli...@gmail.com
on 7 Mar 2010 at 5:40
I managed to get hoc to compile with GHC 6.12.1 by just updating all the "ConT
... AppT ..." vs "ClassP" TH errors and fixing some other random API changes
(like the disappearance of CLDouble, Char/String in Data, and the Setup.hs
issue). I also had to apply the patch in
http://code.google.com/p/hoc/issues/detail?id=24 to get the bindings to
generate in SL.
I've attached the patch with the API change fixes. Note that they were done
simply by following the types, not understanding the code, so I might have
changed some functionality or there might be some "unexhaustive pattern match"
lurking, but it seems to work fine, I've successfully compiled and run all
examples.
Original comment by pedromar...@gmail.com
on 17 Jun 2010 at 2:20
Attachments:
Thank you for the patch. I have applied some mixture of it and a patch I
received by e-mail earlier this week.
Original comment by aut...@gmail.com
on 18 Jun 2010 at 12:44
Original issue reported on code.google.com by
nolica.s...@gmail.com
on 9 Feb 2010 at 5:03