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 f6623bc commit c024d96Copy full SHA for c024d96
ghcide/src/Development/IDE/GHC/Compat/Parser.hs
@@ -1,5 +1,6 @@
1
{-# LANGUAGE CPP #-}
2
{-# LANGUAGE PatternSynonyms #-}
3
+{-# HLINT ignore "Unused LANGUAGE pragma" #-}
4
5
-- | Parser compaibility module.
6
module Development.IDE.GHC.Compat.Parser (
0 commit comments