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

This may be related to https://github.com/valderman/haste-compiler/issues/395 After "stack install" on the master branch, haste-boot fails in a catastrophic "cabal is broken" sort of way. Here's the output: ``` [rlpowell@fe51b5ad20d3 haste-compiler]$...

Since Aeson is the de facto standard for doing JSON in Haskell, Haste should probably move in that direction for its JSON API.

feature

I'd like to use a subprotocol with Haste.WebSocket.withWebSocket function. in JS ``` new WebSocket("ws://192.168.99.100:8080/ws", ["wamp.2.json"]) ```

OSX (MD5: e73ee6b531f7a53690bf57837cd0f5c5) haste-compiler.tar's compiler.jar has broken? with --opt-minify option: > Error: Invalid or corrupt jarfile my java -version is: > java version "1.8.0_112" Java(TM) SE Runtime Environment (build 1.8.0_112-b16)...

The readme lists this file for Haste.Foreign documentation, but it is missing. This is fairly important documentation for actually communicating with the JS side. Edit: I would like to draw...

As the topic says, certain valid floating point numbers (`Double` as well as `Float`) will cause `read` to loop indefinitely. One such number is `11111111111` (eleven ones), and another is...

GHC 8.0.1, Cabal 1.24.0.0 Going according to the instructions: `cabal update` `cabal install haste-compiler` Compiles with no problem, but nothing appears in `~/.cabal/bin`

As we've [heard recently](https://brendaneich.com/2015/06/from-asm-js-to-webassembly/), JavaScript soon won't be as lucrative as a compilation target. What are your plans to continue its development?

``` $ ./hastec.exe --version 0.5.4 $ ./haste-cabal install distributive Resolving dependencies... Failed to install distributive-0.5.0.2 haste-cabal.exe: Error: some packages failed to install: distributive-0.5.0.2 failed during the configure step. The exception...

Trying to use 0.6.0.0 from github, I encounter a situation where haste-boot appears to hang, at 100% CPU, while attempting to process ghc-prim. I have had it running for hours,...