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

I lost half a night of sleep over the following problem, until I gave up and ran my exam (I know I am daring, but Haste is just too good!)...

With the current version of Haste, the `𝔹` loses its 17th bit: ``` {-# LANGUAGE StaticPointers, OverloadedStrings #-} import Haste.App.Simple import qualified Haste.JSString as JSS main = runSimpleApp $ do...

Especially since `portable` is strongly discouraged for github versions, I would welcome a `--prefix` option for `haste-boot` that would set the system directory for the Haste installation. This has two...

hastec: hastec: panic! (the 'impossible' happened) || (GHC version 7.10.3 for x86_64-unknown-linux): || ModOrigin: hidden module redefined || || Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug code: ``` haskell...

Haste.App is currently sort of fragile, in the sense that the server and client can get out of sync if the server does other IO. This makes it more difficult...

`runApp` is supposed to be the only IO action in a `Haste.App` program. Why is this? The reason why is that there are ways there may be ways to help...

The current MouseData record has no target element. This is problematic, since I use a common click handler for several elements retrieved using a query selector and have a data...

Haste-cabal (With no extra flags passed to hastec or gcc) leaves a Main.js file in my source directory. Since this is build artifact, I would expect this to be generated...

I've started experimenting with haste today and immediately ran into an assertion error in loadlocale.h. I use the nl_NL.UTF-8 locale and hastec crashes with ` hastec: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt...

1. Build https://github.com/tokiwoousaka/bucephalus-base as "make check_haste". (hastec version is 0.5.3) 2. Build https://github.com/tokiwoousaka/bucephalus-haste as "haste-cabal build", Then we get file "app/Check.js". 3. Open app/index.html on chromium browser(47.0.2526.73), Then got error...