Skip to content

Commit 55ef4e8

Browse files
committed
Silence warnings about pattern synonyms with no type signatures.
1 parent 23df779 commit 55ef4e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Graphics/GLU/Tokens.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
{-# LANGUAGE PatternSynonyms, ScopedTypeVariables #-}
1+
{-# LANGUAGE CPP, PatternSynonyms, ScopedTypeVariables #-}
2+
#if __GLASGOW_HASKELL__ >= 800
3+
{-# OPTIONS_GHC -Wno-missing-pat-syn-sigs #-}
4+
#endif
25
--------------------------------------------------------------------------------
36
-- |
47
-- Module : Graphics.GLU.Tokens

0 commit comments

Comments
 (0)