-
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-…
-
Following @tolysz proposal this is meant to be main ticket to discuss the way how to organize proper GHCJS integration with `stack` and to minimize obstacles to do that for future GHCJS or stackage LT…
-
https://gist.github.com/mputz86/3a48c964594966560da8ef4a172bf715
-
Currently, `haskell-ci` relies on [this GHCJS Ubuntu PPA](https://launchpad.net/~hvr/+archive/ubuntu/ghcjs) in order to offer installation support for GHCJS. However, this PPA has not been updated sin…
-
Needed to:
```
sudo apt-get install dh-autoreconf
(cd /; stack install alex happy)
# from https://github.com/nodesource/distributions I found:
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E …
-
Hi!
I'm using the newest Cabal (2.4.1.0). I'm compiling GHCJS and I'm evaluating the following command:
```bash
cabal new-install . --symlink-bindir="$HOME/.cabal/bin"
```
Everything compiles suc…
-
Hi
I would really appreciate if you'd help me building the project. I started a bug here originally https://github.com/ghcjs/ghcjs/issues/529 , but I think this is a better place to resolve it.
Repo…
-
**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…
-
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.…