Skip to content

Commit

Permalink
Fix CPP defines for windows+brick
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Nov 5, 2023
1 parent ba4c6e5 commit 01ccf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GHCup/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ data KeyBindings = KeyBindings
deriving (Show, GHC.Generic)

instance NFData KeyBindings
#if defined(IS_WINDOWS) || !defined(BRICK)
#if !defined(BRICK)
instance NFData Key

instance NFData Modifier
Expand Down

0 comments on commit 01ccf8a

Please sign in to comment.