Neuron works great on Linux, but it's incredibly complicated to build Nix on macOS, so the recommended way of building neuron is inaccessible there. I'd like to avoid the docker route, so #528 doesn't help.
When I try to build neuron with cabal build, it gives an error that it cannot find reflex-dom-pandoc >= 0.7.9.0, and indeed the latest release I see is 0.6.0. Where can I find the version that neuron needs?
Neuron works great on Linux, but it's incredibly complicated to build Nix on macOS, so the recommended way of building neuron is inaccessible there. I'd like to avoid the docker route, so #528 doesn't help.
When I try to build neuron with
cabal build
, it gives an error that it cannot findreflex-dom-pandoc >= 0.7.9.0
, and indeed the latest release I see is 0.6.0. Where can I find the version that neuron needs?