type annotations in hlint GHC needed when using REPL
This commit is contained in:
parent
fcaf49c7c8
commit
cbeafaf99a
@ -19,8 +19,8 @@ import qualified Data.Text.Encoding as Text
|
|||||||
|
|
||||||
import Ldap.Asn1.Type
|
import Ldap.Asn1.Type
|
||||||
|
|
||||||
{-# ANN module "HLint: ignore Use const" #-}
|
{-# ANN module ("HLint: ignore Use const" :: String) #-}
|
||||||
{-# ANN module "HLint: ignore Avoid lambda" #-}
|
{-# ANN module ("HLint: ignore Avoid lambda" :: String) #-}
|
||||||
|
|
||||||
|
|
||||||
-- | Convert a part of ASN.1 stream to a LDAP type returning the remainder of the stream.
|
-- | Convert a part of ASN.1 stream to a LDAP type returning the remainder of the stream.
|
||||||
|
|||||||
@ -109,7 +109,7 @@ import Ldap.Client.Delete (delete)
|
|||||||
import Ldap.Client.Compare (compare)
|
import Ldap.Client.Compare (compare)
|
||||||
import Ldap.Client.Extended (Oid(..), extended)
|
import Ldap.Client.Extended (Oid(..), extended)
|
||||||
|
|
||||||
{-# ANN module "HLint: ignore Use first" #-}
|
{-# ANN module ("HLint: ignore Use first" :: String) #-}
|
||||||
|
|
||||||
|
|
||||||
newLdap :: IO Ldap
|
newLdap :: IO Ldap
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user