-
**Project description**
ghcjs-8.10 seems more or less broken for large projects due to massive memory usage and performance regression, as well as a regular bug: https://github.com/ghcjs/ghcjs/issues…
-
GHCJS-8.4 build failed here: https://app.circleci.com/pipelines/github/composewell/streamly/1398/workflows/c3b2c7b0-8af4-4000-948f-8126db769927/jobs/5089 when fusion-plugin was added to the cabal file…
-
```
[1 of 4] Compiling TestUtil ( test/TestUtil.hs, /code/other-haskell/extra/dist-newstyle/build/x86_64-linux/ghcjs-8.4.0.1/extra-1.6.17/t/extra-test/build/extra-test/extra-test-tmp/TestUtil…
-
First `stack build` invocation gave me:
```
Downloaded lts-5.11 build plan.
Caching build plan
Fetched package index.
The following package identifiers were not found in your indices: alarmclock-…
-
### Steps To Reproduce
Steps to reproduce the behavior:
`flake.nix`:
```nix
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
for-all-systems.url = "github:Indus…
-
a ghcjs-specific version of `hsc2hs` should be implemented. cabal already searches for it. required features:
- generate code for both native and JS paths, using `__GHCJS__` macro
- use fixed/hardcode…
luite updated
10 years ago
-
Quite a few people are using GHCJS for their projects. It's an amazing and useful tool! I was curious, are there any blockers for releasing to hackage? If so, what are they?
I realize that making …
-
I am building `ghcjs-base` as part of my dependencies. This worked a few weeks ago, but I am unsure what changed:
```
/tmp/ghcjs-bsae $ cabal new-build --ghcjs -w ghcjs --with-hc-pkg=ghcjs-pkg --di…
-
Getting a bunch of these issues using this build:
```
resolver: lts-9.21
compiler: ghcjs-0.2.1.9009021_ghc-8.0.2
compiler-check: match-exact
setup-info:
ghcjs:
source:
ghcjs-0.2.1.…
-
I observed that one fine moment the `clock` package stopped compiling with ghcjs emitting the following error:
```
System/Clock.hsc:44 directive let cannot be handled in cross-compilation mode
``…