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 cf8e8b6 commit 839b753Copy full SHA for 839b753
.hlint.yaml
@@ -82,3 +82,7 @@
82
- error: {lhs: "Network.HTTP.Types.hContentMD5", rhs: "Network.HTTP.StackClient.hContentMD5"}
83
- error: {lhs: "Network.HTTP.Types.methodPut", rhs: "Network.HTTP.StackClient.methodPut"}
84
- ignore: {name: "Use alternative", within: "Network.HTTP.StackClient"}
85
+
86
+# Gives an incorrect hint that breaks type checking due to mismatched types
87
+- ignore: {name: "Too strict maybe", within: "Stack.Package" }
88
+- ignore: {name: "Too strict maybe", within: "Stack.Config" }
0 commit comments