We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23df779 commit 55ef4e8Copy full SHA for 55ef4e8
src/Graphics/GLU/Tokens.hs
@@ -1,4 +1,7 @@
1
-{-# LANGUAGE PatternSynonyms, ScopedTypeVariables #-}
+{-# LANGUAGE CPP, PatternSynonyms, ScopedTypeVariables #-}
2
+#if __GLASGOW_HASKELL__ >= 800
3
+{-# OPTIONS_GHC -Wno-missing-pat-syn-sigs #-}
4
+#endif
5
--------------------------------------------------------------------------------
6
-- |
7
-- Module : Graphics.GLU.Tokens
0 commit comments