ekmett / bytes

Serialization primitives that work with both cereal and binary.
http://hackage.haskell.org/package/bytes
Other
22 stars 13 forks source link

Add Serial and Serial1 instances for NonEmpty from semigroups #43

Closed Ericson2314 closed 6 years ago

Ericson2314 commented 6 years ago

0.5 is the first version with NonEmpty.

Fixes #42

ekmett commented 6 years ago

We should be a bit more careful and only require semigroups on older ghcs here.

Ericson2314 commented 6 years ago

Oh I didn't realize non-empty, and not just the semigroup class, was part of base too now.