Changelog for ListLike-4.7.8.1
CHANGES
4.7.8.1 (2023-07-12)
- allow bytestring-0.12and fix its deprecation warnings
- tested with GHC 7.10 - 9.6
4.7.8 (2022-11-15)
- change default insertByimplementation to work better with dlists
(#18)
- allow vector-0.13
- tested with GHC 7.10 - 9.4
4.7.7 (2022-05-26)
- methods sequenceandmapM: relaxMonadconstraint toApplicative
- LANGUAGE TypeOperatorsto fix GHC 9.4 warning
- allow text-2.0
- tested with GHC 7.10 - 9.4
4.7.6 (2021-09-01)
- new implementation of tailinDListinstance
- warning-free for -Walland-Wcompat
4.7.4 (2021-01-07)
- support utf8-string-1.0.2 (#10)
4.7.3 (2020-12-31)
- support bytestring-0.10.12 (#7) for ghc 8.10.3
- removed support for ghc 7.6 and 7.8 (#6)
4.7.2 (2020-08-21)
4.7.1 (2020-07-03)
4.7
- make GHC.Exts.IsLista superclass ofListLikeand use itsfromListandtoListmethods
- make Data.String.IsStringa superclass ofStringlikeand use itsfromStringmethod
- add methods to StringLike:show,fromText,fromLazyText
- add a class ListOps, alternative toListLike, that uses theGHC.Exts.Iteminstead of
theitemtype parameter
- supply instance IsString Seqfor old versions of container