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.
https://reflex-frp.org
BSD 3-Clause "New" or "Revised" License
1.06k stars 143 forks source link

Backport GHC 10 support to reflex 0.7 #454

Closed Ericson2314 closed 3 years ago

Ericson2314 commented 3 years ago

Drop support for < 8.4, bumping base lower bound accordingly. (I tested that in fact does not work.)

Ericson2314 commented 3 years ago

Our CI error is spurious. This looks good.