Changelog for list-extras-0.4.1.11
0.4.1.11 (2026-02-28):
- Added `Tested-With: GHC == 9.12, 9.14` (didn't actually need to
nudge the upper bound on 'base', because it's already lenient)
- Silenced GHC 9.10 warnings about importing 'Data.List'
0.4.1.10 (2024-08-29):
- Added `Tested-With: GHC == 9.8, 9.10` (didn't actually need to
nudge the upper bound on 'base', because it's already lenient)
- Removed the base4 flag, since we no longer use CI to verify
that such ancient versions still build cleanly.
0.4.1.9 (2023-03-19):
- Added `Tested-With: GHC == 9.6.1` (didn't actually need to
nudge the upper bound on 'base', because it's already lenient)
0.4.1.8 (2022-08-28):
- Added `Tested-With: GHC == 9.4.1` (didn't actually need to
nudge the upper bound on 'base', because it's already lenient)
0.4.1.7 (2021-11-02):
- Added `Tested-With: GHC == 9.2.1` (didn't actually need to
nudge the upper bound on 'base', because it's already lenient)
0.4.1.6 (2021-10-17):
- Updating maintainer's email, url, etc
- Set up GithubActions for CI.
0.4.1.4 (2015-05-30):
- Moved VERSION to CHANGELOG
0.4.1 (2012-09-26):
- Prelude.Listless: Guarded re-export of Prelude.catch with CPP
0.4.0.1 (2010-05-31):
- Fixed some typos in the cabal file regarding base and the Prelude
0.4.0 (2010-05-31):
- Added Data.List.Extras.list (by Tom Lokhorst)
- Changed the type of Data.List.Extras.Pair.zipBy to be correct
0.3.0 (2009-04-02):
- Relaxed type for Data.List.Extras.Pair.pairBy
- Removed rewrite rules for Data.List.Extras.LazyLength.*
0.2.2.1 (2008-10-12):
- Now compiles under GHC 6.10
0.2.1 (2008-08-17):
- Rewrite rules for Data.List.Extras.LazyLength.* actually get picked up
0.2.0 (2008-07-26):
- Overhauled Data.List.Extras.Argmax
0.1.0 (2008-07-21):
- Initial public release