reflex-dom
reflex-dom copied to clipboard
support for ghc-9.4/9.6?
I could really use reflex-dom
on newer ghc.
I recently got a "hello world" jsaddle
app running on ghc-9.4.5, and reflex
itself appears to support recent ghc, but I can't make a reflex web UI without reflex-dom
.
Are there any technical barriers? Is there anything I can do to help?
It looks like the toolchain won't be completely ready until cabal-install 3.12 is out, see miso issue
reflex-dom builds with ghc 9.6 in nixos-unstable today.
Fixes to get reflex-dom to run on 9.6 have at this point been implemented twice: #469 and #433, but not merged. There is also #448 for 9.4. And #470 for 9.8.
This is to say: There are no technical bariers, I have been using reflex-dom with 9.6 for months.
Thanks @maralorn , I'll have to give those PRs a try.