File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ fileAllocate _ _ _ = ioError (ioeSetLocation unsupportedOperation
131131-- Use @#if HAVE_O_DIRECT@ CPP guard to detect availability. Use @#include
132132-- "HsUnix.h"@ to bring @HAVE_O_DIRECT@ into scope.
133133--
134- -- @since 2.8.x.y
134+ -- @since 2.8.7.0
135135fileGetCaching :: Fd -> IO Bool
136136#if HAVE_O_DIRECT
137137fileGetCaching (Fd fd) = do
@@ -162,7 +162,7 @@ fileGetCaching _ = ioError (ioeSetLocation unsupportedOperation "fileGetCaching"
162162-- Use @#include "HsUnix.h"@ to bring @HAVE_O_DIRECT@ and @HAVE_F_NOCACHE@ into
163163-- scope.
164164--
165- -- @since 2.8.x.y
165+ -- @since 2.8.7.0
166166fileSetCaching :: Fd -> Bool -> IO ()
167167#if HAVE_O_DIRECT
168168fileSetCaching (Fd fd) val = do
Original file line number Diff line number Diff line change 33## 2.8.7.0 * May 2025*
44
55 * Add portable support for file open with data caching supressed/eliminated wrt [ #322 ] ( https://github.com/haskell/unix/issues/322 )
6- * Support for ARM64 Windows
6+ * Support for ARM64 Windows when cross-compilation from Linux/Darwin or other unix system is involved
77 * Use ` Base.o_* ` instead of raw ` {#const O_*} ` , fixing a bug in GHC JS
88
99## 2.8.6.0 * Nov 2024*
You can’t perform that action at this time.
0 commit comments