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
131
131
-- Use @#if HAVE_O_DIRECT@ CPP guard to detect availability. Use @#include
132
132
-- "HsUnix.h"@ to bring @HAVE_O_DIRECT@ into scope.
133
133
--
134
- -- @since 2.8.x.y
134
+ -- @since 2.8.7.0
135
135
fileGetCaching :: Fd -> IO Bool
136
136
#if HAVE_O_DIRECT
137
137
fileGetCaching (Fd fd) = do
@@ -162,7 +162,7 @@ fileGetCaching _ = ioError (ioeSetLocation unsupportedOperation "fileGetCaching"
162
162
-- Use @#include "HsUnix.h"@ to bring @HAVE_O_DIRECT@ and @HAVE_F_NOCACHE@ into
163
163
-- scope.
164
164
--
165
- -- @since 2.8.x.y
165
+ -- @since 2.8.7.0
166
166
fileSetCaching :: Fd -> Bool -> IO ()
167
167
#if HAVE_O_DIRECT
168
168
fileSetCaching (Fd fd) val = do
Original file line number Diff line number Diff line change 3
3
## 2.8.7.0 * May 2025*
4
4
5
5
* 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
7
7
* Use ` Base.o_* ` instead of raw ` {#const O_*} ` , fixing a bug in GHC JS
8
8
9
9
## 2.8.6.0 * Nov 2024*
You can’t perform that action at this time.
0 commit comments