Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit -Werror=unused-imports to the oldest GHC we test against
We do the same thing in xmonad and xmonad-contrib, because we use some functions that are only exported in Prelude in more recent versions of base. Specifically, `import Data.List (foldl')` is no longer necessary with base 4.20 (GHC 9.10), and fails the build if pedantic is on.
- Loading branch information