On 25 March 2010 12:21, Bernie Pope <[email protected]> wrote: > > Yes, I tried that, but unfortunately it falls over with: > > Language/Haskell/TH/Quote.hs:31:12: > Not in scope: data constructor `CharConstr' > cabal: Error: some packages failed to install: > template-haskell-2.4.0.0 failed during the building phase. The exception was: > exit: ExitFailure 1
TH-2.4 comes with/needs GHC 6.12. The problem here appears to by with syb-with-class: using a lower version of that should work, as 0.6.1 appears to be a compatability release just to get it working on 6.12 (whereas 0.6 works with 6.10). -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
