v1.1.2.0 - "ByteArray Boogaloo"
poorlyknitsweater
released this
21 Apr 10:03
·
61 commits
to master
since this release
Added UTF-8 implementations on a mock Text
type (in Data.Text.Utf8
).
- Added
Data.Text.Utf8*
modules - Moved
CaseSensitivity
to its ownData.Text.CaseSensitivity
module. - Added the module
Data.TypedByteArray
which contains thin wrappers overByteArray
andMutableByteArray
. - Replaced uses of
Data.Vector.Unboxed.Vector
byTypedByteArray
.