Skip to content
Snippets Groups Projects
Commit b6b575bd authored by Serge S. Gulin's avatar Serge S. Gulin :construction_worker: Committed by Bodigrim
Browse files

Add Support GHC JS Backend build at Windows Aarch64

parent 4b47a232
No related branches found
No related tags found
No related merge requests found
......@@ -26,3 +26,4 @@ tests/*.o
tests/*.hi
tests/*.normalised
*~
.vscode
......@@ -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-modify-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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment