Skip to content

Commit 23313fc

Browse files
committed
Synch with latest warning option naming changes.
1 parent 55ef4e8 commit 23313fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Graphics/GLU/Tokens.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-# LANGUAGE CPP, PatternSynonyms, ScopedTypeVariables #-}
22
#if __GLASGOW_HASKELL__ >= 800
3-
{-# OPTIONS_GHC -Wno-missing-pat-syn-sigs #-}
3+
{-# OPTIONS_GHC -Wno-missing-pattern-synonym-signatures #-}
44
#endif
55
--------------------------------------------------------------------------------
66
-- |

0 commit comments

Comments
 (0)