From 6911d27d42bc2dd60bbd596248cdee4f277531fd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 11 Nov 2020 08:51:42 -0400 Subject: [PATCH] fix build on windows --- Utility/RawFilePath.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utility/RawFilePath.hs b/Utility/RawFilePath.hs index 568595dac4..362ae70cd1 100644 --- a/Utility/RawFilePath.hs +++ b/Utility/RawFilePath.hs @@ -85,5 +85,5 @@ createDirectory :: RawFilePath -> IO () createDirectory = D.createDirectory . fromRawFilePath setFileMode :: RawFilePath -> FileMode -> IO () -setFileMode = F.setFileMode +setFileMode = F.setFileMode . fromRawFilePath #endif -- 2.30.2