Skip to content

Commit 0c168c7

Browse files
committed
Accept Hlint's suggestions
1 parent e1bda13 commit 0c168c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/Build/Execute.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1935,7 +1935,7 @@ singleTest topts testsToRun ac ee task installedMap = do
19351935
-- Add a random suffix to avoid conflicts between parallel jobs
19361936
-- See https://github.com/commercialhaskell/stack/issues/5024
19371937
randomInt <- liftIO (randomIO :: IO Int)
1938-
let randomSuffix = "." <> (show $ abs randomInt)
1938+
let randomSuffix = "." <> show (abs randomInt)
19391939
fp <- toFilePath <$> addExtension randomSuffix fp'
19401940
let snapDBPath = toFilePathNoTrailingSep (bcoSnapDB $ eeBaseConfigOpts ee)
19411941
localDBPath = toFilePathNoTrailingSep (bcoLocalDB $ eeBaseConfigOpts ee)

0 commit comments

Comments
 (0)