Description
A Haskell compatibility layer related to character set handling across base versions. It helps packages build consistently when compiler and library versions expose slightly different APIs.
Developers use it to keep older and newer Haskell environments working from the same source code. Compatibility libraries reduce conditional code, but supported versions should still be tested.