v6.0.0
- Add a
MutableBuffertype class with instances for bothEffectandST, to allow mutating buffers in either monad, and potentially other monads too (#24, @Dretch) - Remove the
Show Bufferinstance, as reading from a mutable buffer is effectful (@Dretch) - Use
Numberfor reading and writing with Buffers (#25, @hdgarrood)