mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
X.Config: Appease -Werror=type-equality-requires-operators
GHC 9.4 complains: The use of ‘~’ without TypeOperators will become an error in a future GHC release.
This commit is contained in:
parent
f96b3f0398
commit
6d7da8dc25
@ -1,5 +1,6 @@
|
||||
{-# OPTIONS_GHC -fno-warn-missing-signatures -fno-warn-orphans #-}
|
||||
{-# LANGUAGE TypeFamilies #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
-----------------------------------------------------------------------------
|
||||
-- |
|
||||
-- Module : XMonad.Config
|
||||
|
Loading…
x
Reference in New Issue
Block a user