From b6b575bd79bb63d97a8eb6e1971a3f58666e9298 Mon Sep 17 00:00:00 2001 From: "Serge S. Gulin" Date: Sat, 4 Jan 2025 10:37:21 +0300 Subject: [PATCH] Add Support GHC JS Backend build at Windows Aarch64 --- .gitignore | 1 + System/Posix/Files/Common.hsc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b9644ab..57fd0fd 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ tests/*.o tests/*.hi tests/*.normalised *~ +.vscode diff --git a/System/Posix/Files/Common.hsc b/System/Posix/Files/Common.hsc index feeb915..00ba5be 100644 --- a/System/Posix/Files/Common.hsc +++ b/System/Posix/Files/Common.hsc @@ -993,7 +993,7 @@ defaultStatxMask = mempty newtype ExtendedFileStatus = ExtendedFileStatus (ForeignPtr CStatx) -- ^ The constructor is considered internal and may change. -- | The "preferred" block size for efficient filesystem I/O. --- (Writing to a file in smaller chunks may cause an inefficient read-mod‐ify-rewrite.) +-- (Writing to a file in smaller chunks may cause an inefficient read-modify-rewrite.) fileBlockSizeX :: ExtendedFileStatus -> CBlkSize #if HAVE_STATX -- | Further status information about the file.