versions-6.0.* removes the VChunk data type, which what4 defines an orphan Lift instance for. This requires some CPP to fix up. This is somewhat messy, and in an ideal world, we'd move these orphan instances directly to the versions library. (See also https://github.com/fosskers/versions/issues/68.)
versions-6.0.*
removes theVChunk
data type, whichwhat4
defines an orphanLift
instance for. This requires some CPP to fix up. This is somewhat messy, and in an ideal world, we'd move these orphan instances directly to theversions
library. (See also https://github.com/fosskers/versions/issues/68.)Fixes #240.