-
Hi! I'm trying to use an internal library in my project, but it seems ghcjs can never find the modules it exposes when I try to import them in my executable component. Normal ghc does work. It seems w…
-
I'm always somewhat frustrated when I have too look up an SHA for a Miso release, as e.g. in the `default.nix` example given below:
```nix
with (import (builtins.fetchTarball {
url = "https://g…
-
The current process of getting a Stack Haskell application build on ARM is rather... tricky:
https://github.com/blitzcode/hue-dashboard/#raspberry-pi
I'd love for Stack to have an official ARM bindi…
-
A HN clone would be a good show of how GHCJS apps can be PWAs.
https://hnpwa.com/
dmjio updated
3 years ago
-
### Describe the bug
Can not install an simple expression with `nix-env`. I always get the error
`error: file 'REPEAT' was not found in the Nix search path (add it using $NIX_PATH or -I)`
### S…
-
* In hls we have to use hlint-3.2 cause 3.3 uses ghc-lib >= 9.0.1 which does not support ghc-8.6.5, ghc version we are gonna support for long time yet
* hlint-3.2 does not support extras-1.7.10 nor a…
-
Following the instructions in https://haskell4nix.readthedocs.io/nixpkgs-users-guide.html#how-to-build-a-stand-alone-project I attempted to build my Haskell project with GHCJS. Indeed, running `nix-bu…
-
This issue was discovered with the following test failure of the vector package. The tests work fine with ghcjs 8.6.5.
```
Data.Vector.Primitive.Mutable (Move): FAIL
*** Failed! Fa…
-
When I try to build with stack the following errors occur:
Building library for Carnap-Server-0.0.0..
[36 of 50] Compiling Util.Handler
/home/iserin/Carnap/Carnap-Server/Util/Handler.hs:61:25: er…
-
1. Will reflex support android?
The repo wasn't updated for 3 years
Or it's already supported in https://github.com/reflex-frp/reflex-platform ?
2. Is there example of app that compiles to and…