From 86fa9ce96c8feeee1df0527c75743790016a56f7 Mon Sep 17 00:00:00 2001 From: Ben Franksen Date: Sun, 19 May 2024 14:56:43 +0200 Subject: [PATCH] screened 2024-05-19 12:56:43+00:00 --- src/Darcs/Util/Workaround.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Darcs/Util/Workaround.hs b/src/Darcs/Util/Workaround.hs index 165e328..005d271 100644 --- a/src/Darcs/Util/Workaround.hs +++ b/src/Darcs/Util/Workaround.hs @@ -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