-
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…
-
When I try to build my project using GHCJS, I get the following error. I'm using macOS, but it seems to be trying to build `foundation` for Linux?
Please note that I'm using GHCJS from the `ghc-8.2…
-
The following code results in _Uncaught TypeError: undefined is not a function_ after compressing the ghcjs outtput with closure-compiler using _ADVANCED_OPTIMIZATIONS_:
``` haskell
{-# LANGUAGE Over…
-
Might be related to https://github.com/ghcjs/ghcjs-base/issues/128
I encountered it in the wild by way of `showFFloat (Just 6) (2.2e-2)`, here's a reproduction case
```haskell
import Numeric (s…
-
I tried adding `diagrams-ghcjs` to my `.cabal` but it appears it cannot be auto-fetched as a dependency. Is that intentional? If yes, what is the best way to get `diagrams-ghcjs` installed into e.g. a…
-
My CI script uses `cabal info` command and it fails like this:
```
cutlass:/vol/hosts/cueball/workspace/packages/streamly (ghcjs2)$ cabal info .
cabal: The program 'ghc' version >=7.0.1 is requ…
-
We are still building some packages with `aeson` 1.5 which is a slight annoyance, so let's make a list and migrate them to 2.0 one by one!
Packages still using `aeson` 1.5:
* [x] `niv`
* [x] `n…
-
I followed the exact steps in the README, and running
`nix-shell -A env --run 'cabal configure --ghcjs && cabal build'` takes 8GB or RAM.
Is this expected?
Is this related to miso or is this com…
-
Running ghc-boot on Windows 10 through the `stack` tool, which (I believe) sets up an appropriate environment and then runs [ghcjs-boot --clean](https://github.com/commercialhaskell/stack/blob/3e9b1a8…
-
``` haskell
foreign import javascript unsafe
"$r1=function (i) {return i+3;}; $r2=0;" add :: FunPtr (Int -> Int)
foreign import ccall "dynamic"
mkIntInt :: FunPtr (Int -> Int) -> (Int -> Int)
te…