reflex-dom icon indicating copy to clipboard operation
reflex-dom copied to clipboard

support for ghc-9.4/9.6?

Open goertzenator opened this issue 11 months ago • 3 comments

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?

goertzenator avatar Mar 08 '24 21:03 goertzenator

It looks like the toolchain won't be completely ready until cabal-install 3.12 is out, see miso issue

ysangkok avatar Apr 19 '24 14:04 ysangkok

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.

maralorn avatar Apr 19 '24 14:04 maralorn

Thanks @maralorn , I'll have to give those PRs a try.

goertzenator avatar Apr 19 '24 19:04 goertzenator