Skip to content

Commit ee4ecc1

Browse files
authored
Merge pull request #1451 from neongreen/detect-view-patterns
Detect and autosuggest ViewPatterns
2 parents cc43299 + bab7968 commit ee4ecc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

haskell-load.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ list of modules where missed IDENT was found."
180180
(not (string-match "\\([A-Z][A-Za-z]+\\) is deprecated" msg)))
181181
(string-match "Use \\([A-Z][A-Za-z]+\\) to permit this" msg)
182182
(string-match "Use \\([A-Z][A-Za-z]+\\) to allow" msg)
183+
(string-match "Use \\([A-Z][A-Za-z]+\\) to enable" msg)
183184
(string-match
184185
"Use \\([A-Z][A-Za-z]+\\) if you want to disable this"
185186
msg)

0 commit comments

Comments
 (0)