-
I see a lot of developers trying to test GHCJS and building something on top of it, it is also starting to have some commercial applications. What would you think about using tags on this repository, …
danse updated
8 years ago
-
It seems the planets have aligned against me in my quest for using `ghci`/`ghcjsi` with reflex-dom.
Ever seen this before?
``` bash
Configuring ghcjs-dom-0.2.2.0...
setup-Simple-Cabal-1.22.4…
dmjio updated
8 years ago
-
Hi there,
I'm attempting to build ghcjs-react using a ghcjs stack resolver, but it's getting hung up trying to find ghcjs-jquery, which doesn't appear to exist on {h,st}ackage. The alternative method…
-
Basically same error message as above but I have not used sandbox for building the examples.
I have installed successfully the following packages:
ghcjs-dom-0.1.1.3
ghcjs-jquery-0.1.0.0
ghcj…
-
It is not yet clear, when we can or want to drop GHC 8.10, but there is the intention to do this if possible and the following things currently depend on GHC 8.10 and thus need to be dealt with first:…
-
Tried to build both with stack and Nix under Ubuntu 17.10. Unfortunately both tools designed to provide consistent builds under different environments fails. Tried to build under OSX with Nix approac…
-
ghcjs 8.8.4 used to build fine on macOS (as recently as 551407d11cd19d5e09e86c876e2919c40e779bb9), but as of f79152ad394b2a6eb2e39a65df573f1a922658b5, at least, it now fails:
```
Preprocessing exe…
dhess updated
2 years ago
-
The following error happens when running `ghcjs-boot` after installing from an LTS8-based tarball generated by `prepare-ghcjs`:
```
System/Posix/IO/Common.hsc:284:1: error:
parse error (possi…
-
``` bash
Configuring ghcjs-dom-jsffi-0.3.1.0...
Building ghcjs-dom-jsffi-0.3.1.0...
Preprocessing library ghcjs-dom-jsffi-0.3.1.0...
[ 1 of 531] Compiling GHCJS.DOM.JSFFI.RTCPeerConnectionError ( src…
dmjio updated
8 years ago
-
By using `stack test --compiler ghcjs-0.2.0.20160315_ghc-7.10.2`, I can actually run the test suite with ghcjs!!
I just had to comment out the `instance Integer` and `$(mkManyHasTypeHash [ [t| Int32 …