reflex-frp / reflex

Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse.

Home Page:https://reflex-frp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reflex only installs on 9.4.2 with --allow-new

GeorgeCo opened this issue · comments

reflex only installs on 9.4.2 with --allow-new.

It would be nice if it installed on 9.4.2 without the --allow-new option. Not sure if just fixing the version bound would be sufficient for using on 9.4.2

Yes, I can't even get it to build without a disableCabalFlag option for "use-template-haskell" as nix doJailbreak doesn't include core packages either.

Should be fixed once #486 is merged

reflex-0.9 has been released, with support for ghc 9.4