Skip to content

Commit 0ab4ce1

Browse files
authored
Silence missing pattern synonym signatures (#249)
1 parent e7f2f5b commit 0ab4ce1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SDL/Input/Keyboard/Codes.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
{-# LANGUAGE MultiParamTypeClasses #-}
44
{-# LANGUAGE PatternSynonyms #-}
55

6+
{-# OPTIONS_GHC -fno-warn-missing-pattern-synonym-signatures #-}
7+
68
{-|
79
810
An enumeration of scancodes and keycodes, allowing you to pattern match on keyboard keys.

0 commit comments

Comments
 (0)