Description
A Haskell package with orphan Binary instances for additional types. It fills gaps where libraries need binary serialization but the original type package does not define the instance.
Developers use it to make serialization work across existing dependency graphs. Because orphan instances are global once imported, library authors should avoid surprising downstream projects.