haste-compiler icon indicating copy to clipboard operation
haste-compiler copied to clipboard

A GHC-based Haskell to JavaScript compiler

Results 63 haste-compiler issues
Sort by recently updated
recently updated
newest added

For example: ``` module Main where import Haste {-# ANN module "Some Annotation" #-} main = do writeLog $ "hello" ``` when building gives: ``` $ hastec --start=asap Main.hs hastec:...

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.