-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing dependencies that fiailed when using GHCJS #16
Comments
Here is my release.nix file:
my default.nix:
and my cabal file:
I already try to override package in compiler with tasty-ant-xml-1.0.2 but the compiler still recognize the tasty-ant-xml-1.0.4. |
To work around this I hacked my
I don't like modifying |
@stepcut thank you for the response.. and after trying to setup my project, i just import some library in reflex-platform then below is my code:
I don't know whether this is best practice from this haskell-nix tutorial. |
Hi, I run nix-build based on ghcjs' compiler. Which is based on nixpkgs, it uses ghc7103. But when I build, i got the following error:
i've insert the missing dependencies in my release.nix in my previous attempt (this is because at first i'm using reflex, and now just plain ghcjs)
after searching around, i found this issue : NixOS/nixpkgs#22008.
THis is the same as my first problem ini here : NixOS/nixpkgs#23915
So in this situation, how we manage manage the environment of our compiler? I've add another built but the result as same.
The text was updated successfully, but these errors were encountered: