haskell-libui
haskell-libui copied to clipboard
GHC-8.2 support
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 (based on ghc-8.2) was released and it will be mainly used in the future, I suggest bumping the lts version.
If you don't want to bump up, just ignore this PR. But at least you need to add future.c
to get it to work.
Sorry for doing two things in one PR, this is such a small change. :grin:
@yamadapc any chance of getting this merged?