GaloisInc / dismantle

A library of assemblers and disassemblers derived from LLVM TableGen data
24 stars 5 forks source link

Support building with GHC 9.2 #39

Closed RyanGlScott closed 2 years ago

RyanGlScott commented 2 years ago

This contains a variety of changes needed to make the packages in the dismantle repo compile with GHC 9.2:

I also fixed various -Wincomplete-uni-patterns warnings that were uncovered by its inclusion in -Wall in GHC 9.2.