srid / neuron

Future-proof note-taking and publishing based on Zettelkasten (superseded by Emanote: https://github.com/srid/emanote)
https://neuron.zettel.page
GNU Affero General Public License v3.0
1.52k stars 150 forks source link

Missing dependency: reflex-dom-pandoc >= 0.7.9.0 #657

Closed mrzv closed 3 years ago

mrzv commented 3 years ago

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?