Skip to content

Commit 90e7d70

Browse files
committed
Wiggle
1 parent d0cbb9a commit 90e7d70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

System/Posix/Fcntl.hsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
135135
fileGetCaching :: Fd -> IO Bool
136136
#if HAVE_O_DIRECT
137137
fileGetCaching (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
166166
fileSetCaching :: Fd -> Bool -> IO ()
167167
#if HAVE_O_DIRECT
168168
fileSetCaching (Fd fd) val = do

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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*

0 commit comments

Comments
 (0)