mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
ExtensionClass: Use MINIMAL pragma
This commit is contained in:
parent
5cdf428f55
commit
c869129c71
@ -387,6 +387,7 @@ instance Message LayoutMessages
|
|||||||
--
|
--
|
||||||
-- Minimal complete definition: initialValue
|
-- Minimal complete definition: initialValue
|
||||||
class Typeable a => ExtensionClass a where
|
class Typeable a => ExtensionClass a where
|
||||||
|
{-# MINIMAL initialValue #-}
|
||||||
-- | Defines an initial value for the state extension
|
-- | Defines an initial value for the state extension
|
||||||
initialValue :: a
|
initialValue :: a
|
||||||
-- | Specifies whether the state extension should be
|
-- | Specifies whether the state extension should be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user