haskell-libui
haskell-libui copied to clipboard
Haskell bindings to the libui C library.
While building this library on linux, I got errors: `undefined reference to loadFutures` and `undefined reference to FUTURE_pango_attr_foreground_alpha_new`. Adding `./vendor/libui/unix/future.c` to cabal file is to resolve this error. Also, lts-10.x...
E.g. `libui-simple-counter-example`, 100% CPU in htop In `strace` it's busy-looping around poll (because `poll()` is given a 0-timeout): ``` [pid 31736] recvmsg(11, 0x7ffe9da1db20, 0) = -1 EAGAIN (Resource temporarily unavailable)...
Hello, i searched on hackage for this package but i couldn't find it. Would you consider adding this package to hackage? Also adding it to stackage would be nice so...
I currently can't use hpack because some directives aren't supported. We should find them, list them and contribute back
Just a writer EDSL is fine by me, then have it return abstract types, instead of concrete ones so the interpreter is freer to work on other backends / less...