packages feed

haskell-language-server-2.7.0.0: plugins/hls-hlint-plugin/test/testdata/IgnoreAnnHlint.hs

module IgnoreHlintAnn where

{- HLINT ignore "Redundant bracket" -}
f = (1)

{-# HLINT ignore "Use camelCase" #-}
camel_case = undefined