Hi,
Oddly I can't compile code using TH with GHC HEAD. Here's what I get:
cannot find normal object file ‛./Tuple.dyn_o’
while linking an interpreted expression
I'm currently working on a issue so I compile the code with ghc-stage2 for convenience.
The code compiles with ghc 7.6.3.
Here's my setup: Archlinux (3.12.6-1)
Any suggestions ?
--Yorick