@@ -1387,7 +1387,7 @@ completionTests
1387
1387
[complItem " head" (Just CiFunction ) (Just " [a] -> a" )]
1388
1388
let [CompletionItem { _documentation = headDocs}] = compls
1389
1389
checkDocText " head" headDocs [ " Defined in 'Prelude'"
1390
- #if MIN_GHC_API_VERSION(8,6,0 )
1390
+ #if MIN_GHC_API_VERSION(8,6,5 )
1391
1391
, " Extract the first element of a list"
1392
1392
#endif
1393
1393
]
@@ -1415,7 +1415,7 @@ completionTests
1415
1415
let [ CompletionItem { _documentation = boundedDocs},
1416
1416
CompletionItem { _documentation = boolDocs } ] = compls
1417
1417
checkDocText " Bounded" boundedDocs [ " Defined in 'Prelude'"
1418
- #if MIN_GHC_API_VERSION(8,6,0 )
1418
+ #if MIN_GHC_API_VERSION(8,6,5 )
1419
1419
, " name the upper and lower limits"
1420
1420
#endif
1421
1421
]
@@ -1430,7 +1430,7 @@ completionTests
1430
1430
[complItem " head" (Just CiFunction ) (Just " [a] -> a" )]
1431
1431
let [CompletionItem { _documentation = headDocs}] = compls
1432
1432
checkDocText " head" headDocs [ " Defined in 'Prelude'"
1433
- #if MIN_GHC_API_VERSION(8,6,0 )
1433
+ #if MIN_GHC_API_VERSION(8,6,5 )
1434
1434
, " Extract the first element of a list"
1435
1435
#endif
1436
1436
]
0 commit comments