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
Building unix-compat with unix package version greater than 2.8 fails due to API changes.
The errors are in the re-exports from src/System/PosixCompat/User.hsc.
Supporting unix 2.8.0 and beyond is important because of the Abstract filepath proposal (AFPP) which is/will be supported by many core packages.
The text was updated successfully, but these errors were encountered:
As a Hackage trustee I have revised the affected releases of unix-compat on Hackage with additional bounds unix < 2.8. See e.g. https://hackage.haskell.org/package/unix-compat-0.6/revisions/.
unix-compat
unix < 2.8
Sorry, something went wrong.
@jacobstanley any chance we could have a new release that supports unix 2.8?
Done at https://github.com/haskell-pkg-janitors/unix-compat and released as unix-compat-0.7
unix-compat-0.7
Successfully merging a pull request may close this issue.
Building unix-compat with unix package version greater than 2.8 fails due to API changes.
The errors are in the re-exports from src/System/PosixCompat/User.hsc.
Supporting unix 2.8.0 and beyond is important because of the Abstract filepath proposal (AFPP) which is/will be supported by many core packages.
The text was updated successfully, but these errors were encountered: