Use force instead of reimplementing it
This commit is contained in:
parent
f7547c9a5a
commit
2a8170ba05
|
@ -178,7 +178,7 @@ makeCommentWithFix severity id code str fix =
|
||||||
withFix = comment {
|
withFix = comment {
|
||||||
tcFix = Just fix
|
tcFix = Just fix
|
||||||
}
|
}
|
||||||
in withFix `deepseq` withFix
|
in force withFix
|
||||||
|
|
||||||
makeParameters spec =
|
makeParameters spec =
|
||||||
let params = Parameters {
|
let params = Parameters {
|
||||||
|
|
Loading…
Reference in New Issue