-
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…
-
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'm having problem installing certain packages
```
$ cabal --ghcjs install kan-extensions
Resolving dependencies...
Configuring kan-extensions-4.2.3...
Failed to install kan-extensions-4.2.3
Build lo…
-
Stackage View doesn't seem to build for me. I tried the usual:
```
git clone https://github.com/fpco/stackage-view.git
cd stackage-view/
cabal sandbox init
cabal install
```
The commit hash I was us…
-
Hello,
I have installed Docker-container for ghcjs.
I can successfully compile ghcjs-projects.
I found another good example http://hdiff.luite.com/tmp/pinhole.jsexe/ with versions information.
…
-
This would improve 2 things:
1. No more need to build GHCJS first time
2. Automatic installation of NodeJS/required libraries.
-
I noticed that GHCJS will happily install new versions of packages which require patches / shims:
```
mgsloan@computer:~$ ghcjs-pkg field directory version
version: 1.2.2.0
mgsloan@computer:~$ cabal…
-
Browser sessions in GHCJSi require the npm package `socket.io` to be installed, which also requires `NODE_PATH` to be set. In the interest of keeping the setup as self-contained as possible, we should…
luite updated
8 years ago
-
Even though GHCJS builds native code for everything, for some reason we don't have `GHCJSi` (or `ghcjs --interactive`), for some inexplicable reason (other than me not having infinite available time).…
luite updated
8 years ago
-
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…