diff --git a/src/Ldap/Asn1/FromAsn1.hs b/src/Ldap/Asn1/FromAsn1.hs index 8a35643..74d53fc 100644 --- a/src/Ldap/Asn1/FromAsn1.hs +++ b/src/Ldap/Asn1/FromAsn1.hs @@ -19,8 +19,8 @@ import qualified Data.Text.Encoding as Text import Ldap.Asn1.Type -{-# ANN module "HLint: ignore Use const" #-} -{-# ANN module "HLint: ignore Avoid lambda" #-} +{-# ANN module ("HLint: ignore Use const" :: String) #-} +{-# ANN module ("HLint: ignore Avoid lambda" :: String) #-} -- | Convert a part of ASN.1 stream to a LDAP type returning the remainder of the stream. diff --git a/src/Ldap/Client.hs b/src/Ldap/Client.hs index 18fbfb4..b65f085 100644 --- a/src/Ldap/Client.hs +++ b/src/Ldap/Client.hs @@ -109,7 +109,7 @@ import Ldap.Client.Delete (delete) import Ldap.Client.Compare (compare) import Ldap.Client.Extended (Oid(..), extended) -{-# ANN module "HLint: ignore Use first" #-} +{-# ANN module ("HLint: ignore Use first" :: String) #-} newLdap :: IO Ldap