mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
GHC 9.12 now warns about this: Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable and we specify -Werror so this is needed to fix CI builds with 9.12. Related: f732082fdccb ("Remove all derivations of Typeable")