issues
search
haskell-game
/
dear-imgui.hs
Haskell bindings to Dear ImGui, an immediate mode GUI toolkit
BSD 3-Clause "New" or "Revised" License
143
stars
31
forks
source link
Update generator for GHC 9.2
#48
Closed
sheaf
closed
3 years ago
sheaf
commented
3 years ago
This contains two small changes for GHC 9.2:
Update the Template Haskell part of the generator which adds the docstrings, to adapt for some changes in the
putDoc
API that is part of GHC 9.2.
Address some warnings involving duplicate record fields.
dpwiz
commented
3 years ago
LGTM
This contains two small changes for GHC 9.2:
putDoc
API that is part of GHC 9.2.