Description
A Haskell library that provides orphan Binary instances for types not covered directly by the binary package. It lets existing types be serialized without changing their original packages.
Developers use it when dependency combinations require Binary support for additional types. Orphan instances should be chosen deliberately because they can affect typeclass behavior across a project.