tweag / monad-bayes

A library for probabilistic programming in Haskell.
MIT License
407 stars 62 forks source link

Version 1.1.0 doesn't build? #233

Closed turion closed 1 year ago

turion commented 1 year ago

Describe the bug When building via nixpkgs, I'm getting:

[18 of 24] Compiling Control.Monad.Bayes.Inference.TUI ( src/Control/Monad/Bayes/Inference/TUI.hs, dist/build/Control/Monad/Bayes/Inference/TUI.o, dist/build/Control/Monad/Bayes/Inference/TUI.dyn_o )

src/Control/Monad/Bayes/Inference/TUI.hs:112:33: error:
    • Expected kind ‘* -> *’, but ‘EventM n s’ has kind ‘*’
    • In the type signature:
        appEvent :: BrickEvent n s -> EventM n s ()
    |
112 | appEvent :: B.BrickEvent n s -> B.EventM n s ()
    |                                 ^^^^^^^^^^^^^^^

Environment

turion commented 1 year ago

Apologies, the problem is on the nixpkgs side.