Re: [Haskell-cafe] Cabal and LLVM bindings

2010-03-12 Thread Ville Tirronen
> Do you happen to use template haskell?  It looks like the interpreter > is trying to load llvm, which is currently not supported.  That > doesn't explain why it works with ghc --make though.  Do you do > anything special in your .cabal file? I do use template haskell for deriving binary instance

Re: [Haskell-cafe] Cabal and LLVM bindings

2010-03-11 Thread Thomas Schilling
Do you happen to use template haskell? It looks like the interpreter is trying to load llvm, which is currently not supported. That doesn't explain why it works with ghc --make though. Do you do anything special in your .cabal file? On 11 March 2010 12:30, Ville Tirronen wrote: > Hi! > > I'm