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
In writing cross-platform Haskell, I have a Handle but need to convert it to a HANDLE for use with System.Win32.File.
There is a private implementation in ansi-terminal.
The text was updated successfully, but these errors were encountered:
Hi, if you could provide a stripped down implementation I will add it, otherwise I'll try my best to get it into the next release.
Sorry, something went wrong.
Add withHandleToHANDLE from ansi-terminal (#70)
729f902
* Add withHandleToHANDLE from ansi-terminal Fixes #51. * Add hANDLEToHandle
No branches or pull requests
In writing cross-platform Haskell, I have a Handle but need to convert it to a HANDLE for use with System.Win32.File.
There is a private implementation in ansi-terminal.
The text was updated successfully, but these errors were encountered: