Skip to content

Commit ddbf63b

Browse files
luispedrohs-viktor
andauthored
TO REBASE 2
Co-authored-by: Viktor Dukhovni <[email protected]>
1 parent 76db57b commit ddbf63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

System/Posix/Files.hsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ import Data.Time.Clock.POSIX (POSIXTime)
109109
-- | For operations that require two paths (e.g., renaming a file)
110110
throwErrnoTwoPathsIfMinus1_ :: String -> FilePath -> FilePath -> IO ()
111111
throwErrnoTwoPathsIfMinus1_ loc path1 path2 =
112-
throwErrnoIfMinus1_ (loc ++ " '" ++ path1 ++ "' to '" ++ path2 ++ "'")
112+
throwErrnoIfMinus1_ (loc <> " '" <> path1 <> "' to '" <> path2 <> "'")
113113

114114
-- -----------------------------------------------------------------------------
115115
-- chmod()

0 commit comments

Comments
 (0)