Closed
Description
Hello! The latest release fails to build with the following error:
System\EasyFile\Missing.hs:180:10: error:
Error: Variable not in scope:
setFilePointerEx :: HANDLE -> Integer -> FilePtrDirection -> IO a0
|
180 | _ <- setFilePointerEx hdl (fromIntegral siz) fILE_CURRENT
| ^^^^^^^^^^^^^^^^
Error: Process completed with exit code 1.
This is because setFilePointerEx
was added in Win32 2.6.2.0 (https://hackage.haskell.org/package/Win32-2.13.2.1/changelog), and GHC versions up to and including 8.10.5 bundle Win32 2.6.1.0. So the latest release can't be built with anything older than 8.10.6, which is quite unfortunate.
Is there any chance this could be fixed?
Metadata
Assignees
Labels
No labels