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.07k stars 149 forks source link

reflex doesn't compile with 9.6.1 #491

Closed GeorgeCo closed 1 year ago

GeorgeCo commented 1 year ago
src/Reflex/Class.hs:237:9: error: [GHC-76037]
    Not in scope: type constructor or class ‘MonadFix’
    Suggested fix: Perhaps use ‘MonadFail’ (imported from Prelude)
    |
237 |       , MonadFix (PushM t)
    |         ^^^^^^^^
alexfmpe commented 1 year ago

See #492

ali-abrar commented 1 year ago

fixed in v0.9.0.1