Description
A Haskell compatibility layer for the base package. It helps libraries support multiple GHC and base versions by providing a steadier API across compiler releases.
Developers need it when maintaining Haskell packages that must build on different compiler versions. End users usually receive it as part of a dependency chain.