Skip to content

Commit 679bc6b

Browse files
dylan-thinnesJaro Reinders
authored and
Jaro Reinders
committed
Force type signature of annotation on FuzzySearch.dictionary
1 parent 6a66ad2 commit 679bc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/test/exe/FuzzySearch.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ replaceAt t i c =
6565
dictionaryPath :: FilePath
6666
dictionaryPath = "/usr/share/dict/words"
6767

68-
{-# ANN dictionary "HLint: ignore Avoid restricted function" #-}
68+
{-# ANN dictionary ("HLint: ignore Avoid restricted function" :: String) #-}
6969
{-# NOINLINE dictionary #-}
7070
dictionary :: [Text]
7171
dictionary = unsafePerformIO $ do

0 commit comments

Comments
 (0)