Skip to content
New issue

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

Build fails with unix ^>=2.8 even though cabal file claims to support it #57

Open
Merivuokko opened this issue Sep 8, 2022 · 3 comments · May be fixed by #60
Open

Build fails with unix ^>=2.8 even though cabal file claims to support it #57

Merivuokko opened this issue Sep 8, 2022 · 3 comments · May be fixed by #60

Comments

@Merivuokko
Copy link

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.

@sjakobi
Copy link

sjakobi commented Sep 29, 2022

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/.

@a5ob7r a5ob7r linked a pull request Oct 1, 2022 that will close this issue
@tchoutri
Copy link

@jacobstanley any chance we could have a new release that supports unix 2.8?

@mitchellwrosen
Copy link

Done at https://github.com/haskell-pkg-janitors/unix-compat and released as unix-compat-0.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants