-
This code:
``` haskell
import JavaScript.TypedArray
import qualified JavaScript.Web.XMLHttpRequest as XHR
setData :: Uint8Array -> XHR.Request -> XHR.Request
setData u8 req = req { XHR.req…
-
Checkout https://github.com/alexfmpe/reflex-project-skeleton/commit/c84153369f2abdd576100c0d7605d5d480454faf and run `./reproduce-bug`
It seems this [conditional](https://github.com/phadej/singleto…
-
While running the boot steps provided in the readme after installing `emsdk` and sourcing the environment shell script, I was hit by this error:
```
installing package bytestring
configuring pack…
-
Hello,
`ghcjs-8.6.0.1 -O2` obtained through [Reflex Platform](https://github.com/reflex-frp/reflex-platform) on x86_64 GNU/Linux crashes sporadically on my codebase and usually runs through on *ret…
-
Would it be possible to implement runhaskell-like interpreter for GHCJS? I would like to execute my code in the browser without waiting for the compilation. It would of course run slower, but we could…
-
As there is a lot of new packages; people wanting to bootstrap using custom packages; or ones from some preselected collection.
Now the wild idea is to have a patching/cache proxy; possibly some loca…
-
when adding this as a dependency for a ghcjs project, it seems like dog+world needs to be compiled, including happy, and happy doesn't work on ghcjs/stack because it requires ghc.
-
I compile ghcjs by running:
`ghcjs-boot -- --dev --shims-dev-branch ghc-8.0 --ghcjs-boot-dev-branch ghc-8.0`
Everything seems work fine except **ghcjs-run** command:
`/long/path/to/ghcjs-run.js…
uuhan updated
7 years ago
-
Groundhog's encoding of foreign keys makes relationships between tables typesafe; the price to pay is yaml parsing (which depends on a c library), code generation with template haskell, and injecting …
-
With this ghcjs version and Cabal-1.24:
```
compiler: ghcjs-0.2.0.20160315_ghc-7.10.2
# compiler-check: match-exact
setup-info:
ghcjs:
source:
ghcjs-0.2.0.20160315_ghc-7.10.2:
url…