GaloisInc / dismantle

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

Orphan instance conflict with latest regex-base #8

Closed travitch closed 4 years ago

travitch commented 4 years ago

The regex-base package now defines an Extract instance for the text types, which overlaps with our orphan instance. We should fix this either by using CPP or requiring the newer version with the instance. I think that I'd prefer relying on the new version unless it causes serious backwards compatibility problems.

travitch commented 4 years ago

Nevermind, fixed in 33cf5d14d7f560a7f4ee6191817cabf7b859e211