-
The function below always works on Chrome, but never on Firefox. My guess is that Firefox is stricter in its definition of a user-driven event, which is necessary to execute the copy command, and some…
JBetz updated
4 years ago
-
It'd be good to also build with GHCJS on travis. This caused a false positive for a PR: https://travis-ci.org/ghcjs/ghcjs-dom/builds/85418341
-
## Environment
```
$ uname -a
Linux host 4.4.0-75-generic #96-Ubuntu SMP Thu Apr 20 09:56:33 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
$ stack --version
Version 1.4.0, Git revision 5986498a9d1073e8…
-
**Describe the bug**
I'm trying to inject an additional crossSystem as an overlay, this however fails as the parse logic doesn't allow for it.
**To Reproduce**
Use some overlay like:
```
(s…
-
If possible, it would be nice to specify `cabal configure --ghcjs`(or other arbitrary configure options) when the haskell process is restarted. I'm sharing a single package amongst two compilers. When…
dmjio updated
8 years ago
-
Currently, I'm trying to use some Compiler Plugins such as `ghc-typelits-presburger` and `overloaded` with GHCjs 8.6.
But it seems that they failed to find the modules related to GHC API: `TyCoRep`…
-
I'm looking at the readme and it provides no installation instructions.
https://github.com/ghcjs/ghcjs#quick-start---developing-ghcjs seems to talk about "Developing GHCJS".
-
I have followed the installation steps using GHC 7.8.4, on an Ubuntu 13.04 system. I am installing from git commit `35a59743c4027f26a227635cb24a6246bd851f8d`.
The `ghcjs-boot --dev` step fails, see be…
-
I have ghcjs working in a sandbox. Now I want to install ghcjs-jquery. I cloned it from github in a directory under the one where I have the ghcjs cabal sandbox. And there I ran:
```
cabal install --…
-
I have some old code that's using `-DGHCJS_BROWSER`, and with ghcjs-8.4 that seems to cause an infinite setTimeout of some sorts..
Without `-DGHCJS_BROWSER` it seems like I can exit normally.
Th…