expipiplus1 / vulkan

Haskell bindings for Vulkan
https://hackage.haskell.org/package/vulkan
BSD 3-Clause "New" or "Revised" License
141 stars 32 forks source link

vulkan failed to build for ghc 9.8.2 #531

Open k355l3r-5yndr0m3 opened 4 months ago

k355l3r-5yndr0m3 commented 4 months ago

ghc 9.8.2 complains of conflicting definitions for 'Extends' log.txt

alt-romes commented 4 months ago

Here’s a fix: https://github.com/expipiplus1/vulkan/pull/526

I still need to figure out how to properly apply it to the bindings at generation time before it can be merged (@expipiplus1)