We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Same issue as here: byteverse/bytesmith#19
I'd like to point out that there is a bug in ghc <8 .10 that makes this code to not work correctly on Big Endian machines: https://gitlab.haskell.org/ghc/ghc/-/issues/20338
Code that uses buggy targetByteOrder function is here https://github.com/andrewthad/posix-api/blob/19f2404e350db098fd3fbb4660a4ff1b2f1278d7/src/Posix/Socket.hs#L1287-L1308
targetByteOrder
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Same issue as here: byteverse/bytesmith#19
I'd like to point out that there is a bug in ghc <8 .10 that makes this code to not work correctly on Big Endian machines: https://gitlab.haskell.org/ghc/ghc/-/issues/20338
Code that uses buggy
targetByteOrder
function is here https://github.com/andrewthad/posix-api/blob/19f2404e350db098fd3fbb4660a4ff1b2f1278d7/src/Posix/Socket.hs#L1287-L1308The text was updated successfully, but these errors were encountered: