Releases: michaeljklein/text-trie
Releases · michaeljklein/text-trie
Initial release
In this release, bytestring-trie
is modified to work with Data.Text
.
- Converted project to stack
- Added more benchmarks.
- Replaced cases of
ByteString
withText
- Replaced cases of
Word8
withWord16
- Added
Word16
-level unsafe helpers (corresponding toByteString
interface) - Replaced ordering in tests with the derived order
on compare toList16
- Updated tests for latest versions of
QuickCheck
,SmallCheck