-
I have GHCJS installed as per the [instructions](https://github.com/ghcjs/ghcjs).
I've tried compiling the source:
``` haskell
ghcjs src/Main.hs
```
I assume, I'm meant to compile `Setup.hs` wit…
-
I had been using persistFileWith the same model I used for my backend on my miso app perfectly, until I updated to newer miso and ghcjs and my nix pins in general.
Unfortunately, network-2.8 doesn'…
-
Every time I sync with upstream, it is a hit-or-miss gamble, because half the time, the new code does not compile. The problems are always related to rebuilding ghc/ghcjs and not to the proper codewor…
-
I use stack, ghcjs from the git repo and lts-3.11 snapshot. I get lots of compiler errors of this form:
```
[snip]/ghcjs-base/test/Tests/Properties.hs:672:9:
No instance for (Show (Char -> Char -> Bo…
-
On ghcjs-8.6.0.1 our project takes on the order of an hour or two to compile, but on ghcjs-8.10.7 it takes closer to a full day.
Memory usage may be a significant reason, as on ghcjs-8.6.0.1 memory…
-
download the latest version then
> cabal master.zip
then
> ghcjs-boot
I got
> fatal:program ghcjs is required but could not be found
I alse tried
> ghcjs-boot --dev
or cd into .cabal/bin , …
-
I'm getting the following when using `stack build` in a project.
```
compiler: ghcjs-0.2.1.9011008_ghc-8.4.1
setup-info:
ghcjs:
source:
ghcjs-0.2.1.9011008_ghc-8.4.1:
…
-
Please explain how to add missing FFI symbols from double-conversion library.
Example to reproduce bug:
``` haskell
{-# LANGUAGE OverloadedStrings #-}
module Main where
import Formatting…
-
Let's have a look at https://github.com/ghcjs/ghcjs-base/blob/9d89e122eeeaeebfdb07a021cffb635532b1cbb7/jsbits/utils.js#L26-L28
``` javascript
function h$isObject(o) {
return typeof(o) === 'object…
-
We had https://github.com/ghcjs/ghcjs/issues/770, but I agree with @xplat who points out in https://github.com/ghcjs/ghcjs/issues/770#issuecomment-560762220 that documenting the process should be trac…