- Support GHC-8.6.5...9.10.1
- Add instances for
ByteArray
fromdata-array-byte
orbase
- Support
primitive-0.8
- Support
tagged-0.8.7
- Add instance for
primitive
sByteArray
.
- Support
aeson-2.0.0.0
- Add instances for
time-1.11
types:Month
,Quarter
,QuarterOfYear
-
Breaking change rename this package to
binary-instances
. It was previously known asbinary-orphans
, which is now only a subset. -
Depend on
time-compat
to provideBinary
instances fortime
types.
ZonedTime
instance (by @mstksg)
- GHC-8.2 support
SystemTime
instance (time-1.8
)
- Add instance for
hashed
inhashable >=1.2.5.0
- Fix issue with binary-0.5.x
- Fix issue with binary-0.8.4.x and GHC-7.x
- Add
CI a
instance - Add
Alt f a
instance forbase >= 4.8.0.0
- Add
WrappedMonoid m
andArg a b
instances - Support
binary-0.8.4.0
- Add
Void
instance (base <4.8
) - Add
Natural
instance (nats <1.1
,base <4.8
)
- Add
AbsoluteTime
instance (thanks @neongreen)
- Support GHC 7.6
- Add
Min
,Max
,First
,Last
,Option
, andNonEmpty
instances (fromsemigroups
)
- Support
scientific >= 0.3.4
- Add
Dual
,All
,Any
,Sum
,Product
,First
andLast
instances