We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d879a3 commit bd194e7Copy full SHA for bd194e7
ghcide/.hlint.yaml
@@ -133,7 +133,7 @@
133
# Things that are unsafe in Haskell base library
134
- {name: unsafeInterleaveIO, within: [Development.IDE.LSP.LanguageServer]}
135
- {name: unsafeDupablePerformIO, within: []}
136
- - {name: unsafeCoerce, within: [Ide.Plugin.Eval.Code]}
+ - {name: unsafeCoerce, within: [Ide.Plugin.Eval.Code, Development.IDE.Types.Shake]}
137
# Things that are a bit dangerous in the GHC API
138
- {name: nameModule, within: []}
139
0 commit comments