-
I have a cabal project(sandbox is not used) and I can't build the project by invoking `ghcjs` directly:
```
➜ src git:(master) ✗ ghcjs --make -prof -fprof-auto -fforce-recomp Main.hs
Main.hs:6:18:…
osa1 updated
10 years ago
-
We should simplify the repository structure as much as possible and use the opportunity to make maintenance easier and reduce the room for mistakes.
main changes:
- pull the `ghcjs-boot` repository i…
luite updated
8 years ago
-
After updating to unbound-generics, and upgrading to ghcjs-8.10, the logic.js seems to have grown from 4MB to 13MB. Ok, but not great. Maybe worth investigating.
-
## Problem Statement
I'm trying to use `hdevtools` in projects built with nix, and following along with the examples from [Miso](https://github.com/dmjio/miso).
## Context
Both `ghc` and `cabal`…
-
It would be super swell if installing ghcjs on OS X were as easy as:
```
brew install ghcjs
```
Just a thought! :+1:
-
While trying to execute ghcjs-boot under Mac OS X 10.11 I get:
```
[...]
Resolving dependencies...
Configuring integer-gmp-0.5.1.0...
configure: WARNING: unrecognized options: --with-compiler, --with…
-
I have found the documentation a little bit sparse. After asking a question or two on stackOverflow it has become clear I do not understand the purpose of ghcjs.
> GHCJS is a Haskell to JavaScript…
-
I wanna using obelisk to develop a front-end application and I can't find any docs for build or output javascript for me.
Does it fessible to develop it and how should I do?
-
Even using the 9.8 branches, I'm not sure why we're building native stuff at all here, but it looks like glib complains if I add reflex-dom to a js-backend ghc98 project:
```
error: Package ‘glib-…
-
Build the following bit of code and run it in node:
```haskell
import Data.Word
import GHC.Fingerprint
import Data.JSString
import Data.JSString.Int
w :: Word64
w = 16555890932631501216
…