Skip to content

Commit

Permalink
Synch with latest warning option naming changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Feb 26, 2016
1 parent 55ef4e8 commit 23313fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Graphics/GLU/Tokens.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{-# LANGUAGE CPP, PatternSynonyms, ScopedTypeVariables #-}
#if __GLASGOW_HASKELL__ >= 800
{-# OPTIONS_GHC -Wno-missing-pat-syn-sigs #-}
{-# OPTIONS_GHC -Wno-missing-pattern-synonym-signatures #-}
#endif
--------------------------------------------------------------------------------
-- |
Expand Down

0 comments on commit 23313fc

Please sign in to comment.