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 76db57b commit ddbf63bCopy full SHA for ddbf63b
System/Posix/Files.hsc
@@ -109,7 +109,7 @@ import Data.Time.Clock.POSIX (POSIXTime)
109
-- | For operations that require two paths (e.g., renaming a file)
110
throwErrnoTwoPathsIfMinus1_ :: String -> FilePath -> FilePath -> IO ()
111
throwErrnoTwoPathsIfMinus1_ loc path1 path2 =
112
- throwErrnoIfMinus1_ (loc ++ " '" ++ path1 ++ "' to '" ++ path2 ++ "'")
+ throwErrnoIfMinus1_ (loc <> " '" <> path1 <> "' to '" <> path2 <> "'")
113
114
-- -----------------------------------------------------------------------------
115
-- chmod()
0 commit comments