type annotations in hlint GHC needed when using REPL

This commit is contained in:
Matthias Hörmann 2017-01-17 22:02:21 +01:00
parent fcaf49c7c8
commit cbeafaf99a
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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