Skip to content

Commit b6b575b

Browse files
GulinSSBodigrim
authored andcommitted
Add Support GHC JS Backend build at Windows Aarch64
1 parent 4b47a23 commit b6b575b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ tests/*.o
2626
tests/*.hi
2727
tests/*.normalised
2828
*~
29+
.vscode

System/Posix/Files/Common.hsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ defaultStatxMask = mempty
993993
newtype ExtendedFileStatus = ExtendedFileStatus (ForeignPtr CStatx) -- ^ The constructor is considered internal and may change.
994994

995995
-- | The "preferred" block size for efficient filesystem I/O.
996-
-- (Writing to a file in smaller chunks may cause an inefficient read-mod‐ify-rewrite.)
996+
-- (Writing to a file in smaller chunks may cause an inefficient read-modify-rewrite.)
997997
fileBlockSizeX :: ExtendedFileStatus -> CBlkSize
998998
#if HAVE_STATX
999999
-- | Further status information about the file.

0 commit comments

Comments
 (0)