From 2a8170ba05c35b2a31950b2c380e0ad6247121c9 Mon Sep 17 00:00:00 2001 From: "Joseph C. Sible" Date: Sun, 5 Apr 2020 15:01:57 -0400 Subject: [PATCH] Use force instead of reimplementing it --- src/ShellCheck/AnalyzerLib.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ShellCheck/AnalyzerLib.hs b/src/ShellCheck/AnalyzerLib.hs index 453d53d..086bd7c 100644 --- a/src/ShellCheck/AnalyzerLib.hs +++ b/src/ShellCheck/AnalyzerLib.hs @@ -178,7 +178,7 @@ makeCommentWithFix severity id code str fix = withFix = comment { tcFix = Just fix } - in withFix `deepseq` withFix + in force withFix makeParameters spec = let params = Parameters {