BSD-3-Clause licensed and maintained by Oleg Grenrus
This version can be pinned in stack with:binary-orphans-0.1.5.1@sha256:bfef1ff54ca6efd620ac312b9e14170b8108cf09e9e44d431942f5dd210d1c00,3161

Module documentation for 0.1.5.1

binary-orphans

Build Status Hackage

Orphan instances for binary.

Changes

  • 0.1.5.1

    • Fix issue with binary-0.8.4.* and GHC-7.*
  • 0.1.5.0

    • Add CI a instance
    • Add Alt f a instance for base >= 4.8.0.0
    • Add WrappedMonoid m and Arg a b instances
    • Support binary-0.8.4.0
    • Add Void instance (base <4.8)
    • Add Natural instance (nats <1.1, base <4.8)
  • 0.1.4.0

    • Add AbsoluteTime instance (thanks @neongreen)
  • 0.1.3.1

    • Support GHC 7.6
  • 0.1.3.0

    • Add Min, Max, First, Last, Option, and NonEmpty instances (from semigroups)
  • 0.1.2.0

    • Support scientific >= 0.3.4
  • 0.1.1.0

    • Add Dual, All, Any, Sum, Product, First and Last instances