-
I don't know if it is relevant to you, but miso (both master and latest release) work just fine with GHCJS 8.10.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
I know, but I'm using GHCJS so I'm pretty much stuck with it (and using different compiler versions for development builds (which are native executables) and production doesn't seem like a good idea). There is hope though https://github.com/ghcjs/ghcjs/commits/ghc-8.10
-
If you are somewhat comfortable with nix: https://github.com/input-output-hk/haskell.nix supports GHCJS 8.10.x (in particular 8.10.7).
-
You can just use miso from hackage (or via source-repository-package) and ignore all nix stuff in the dmjio/miso repo. An example: https://github.com/amesgen/ormolu-live (also with JSaddle support for local development).