Skip to content

Commit

Permalink
screened 2024-05-19 12:56:43+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
bfrk committed May 19, 2024
1 parent 86681f6 commit 86fa9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Darcs/Util/Workaround.hs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ getCurrentDirectory = do

-- | 'System.Directory.copyFile' is broken on Windows from ghc-9.6 onwards,
-- in that it does not fail when the source is non-existent.
copyFile: FilePath -> FilePath -> IO ()
copyFile :: FilePath -> FilePath -> IO ()
copyFile src dst = do
-- slightly inefficient but an easy way to make it throw the
-- appropriate exception
Expand Down

0 comments on commit 86fa9ce

Please sign in to comment.