dmjio

Results 196 comments of dmjio

there's this https://github.com/ghcjs/ghcjs/issues/821

Do you have a repo or a gist that I could repro the error here?

Sadly I don't think cross compiling to ARM will solve this, since it still uses the same webkit rendering engine.

@seanhess if you join our slack I can assist you more. https://haskell-miso-slack.herokuapp.com/ 

@hvr thanks for posting this. Admittedly, `miso` could be doing a better job at supporting the `hackage` / `cabal` workflow. The main reason for not supporting this first class is...

@tkx68 I believe this to be a bug with `nix` and `MacOS` that indirectly affects `miso`. Will triage with the nixpkgs issue tracker to see what solutions they've come up...

@georgefst I would upgrade, but they've removed `ghcjs` from `nixpkgs` for some reason. ``` nix-repl> lib.version "21.11pre302194.91ffffd9040" nix-repl> haskell.compiler. haskell.compiler.ghc8102Binary haskell.compiler.ghc884 haskell.compiler.native-bignum haskell.compiler.ghc8102BinaryMinimal haskell.compiler.ghc901 haskell.compiler.ghc8104 haskell.compiler.ghcHEAD haskell.compiler.ghc865Binary haskell.compiler.integer-simple ```

> None of the maintainers on the Haskell team in Nixpkgs use ghcjs or know anything about it @Sonarpulse used to maintain it, I believe, and I know a lot...