valderman / haste-compiler

A GHC-based Haskell to JavaScript compiler
http://haste-lang.org
BSD 3-Clause "New" or "Revised" License
1.45k stars 109 forks source link

Cannot install profunctors because of integer-gmp #94

Open RudolfVonKrugstein opened 11 years ago

RudolfVonKrugstein commented 11 years ago

Trying to install profunctors leaves me with this error:

hastec: /home/ls/.haste/libraries/lib/integer-gmp-0.5.0.0/ghc-7.6.2/HSinteger-gmp-0.5.0.0.o: unknown symbol `I_compare'
hastec: hastec: unable to load package `integer-gmp'

I want to install profunctors for netwire.

valderman commented 11 years ago

I am guessing profunctors use Template Haskell? That would be the problem in this case. TH support is in the works, but I don't have an ETA.