Fix build on unix with -ftui
This commit is contained in:
parent
3f5a19c63e
commit
a38ca1954b
@ -414,7 +414,7 @@ data KeyBindings = KeyBindings
|
||||
deriving (Show, GHC.Generic)
|
||||
|
||||
instance NFData KeyBindings
|
||||
#if defined(IS_WINDOWS)
|
||||
#if defined(IS_WINDOWS) || !defined(BRICK)
|
||||
instance NFData Key
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user