Windows Support #584
levirs565
started this conversation in
Installation
Replies: 1 comment 3 replies
-
That is false at least on Linux, because the current However, looking at the error messages you pasted above, I fail to see how this is an issue with compiler version? Maybe stack is doing something funky here. Have you tried building with plain cabal? By the way, eventually #432 needs to be done as part of this. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Neuron is great project. However, it does not support Windows. I have been trying to port Neuron to Windows. Unfortunately Neuron is using NixPkgs. I am trying to add Stack support for Neuron. My initial
stack.yamlis this:However, Its fail and show this error:
I see that
reflexis not suppor GHC 8.10 because GHC 8.10 is usebase-4.14. When I readCHANGELOGits say that Neuron have been migrated to GHC 8.10. Solution for this problem maybe using GHC 8.9. Is there any solution than this?Beta Was this translation helpful? Give feedback.
All reactions