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

GHC 9.6 #233

Closed
1 task done
Tracked by #11
andreasabel opened this issue Jul 11, 2023 · 2 comments
Closed
1 task done
Tracked by #11

GHC 9.6 #233

andreasabel opened this issue Jul 11, 2023 · 2 comments

Comments

@andreasabel
Copy link
Contributor

Trying to build snap with GHC 9.6 it seems we are (at least) stuck at clientsession:

Error: cabal: Could not resolve dependencies:
[__0] trying: snap-1.1.3.2 (user goal)
[__1] trying: clientsession-0.9.1.2 (dependency of snap)
[__2] trying: crypto-random-0.0.9 (dependency of clientsession)
[__3] next goal: unix (dependency of crypto-random)
[__3] rejecting: unix-2.8.1.0/installed-2.8.1.0 (conflict: crypto-random =>
unix<2.8)
[__3] trying: unix-2.7.3
[__4] trying: cprng-aes-0.6.1 (dependency of clientsession)
[__5] trying: cereal-0.5.8.3 (dependency of snap)
[__6] next goal: bytestring (dependency of snap)
[__6] rejecting: bytestring-0.11.4.0/installed-0.11.4.0 (conflict: unix =>
base>=4.10 && <4.18, bytestring => base==4.18.0.0/installed-4.18.0.0)
[__6] rejecting: bytestring-0.12.0.0 (conflict: snap => bytestring>=0.9.1 &&
<0.12)
[__6] trying: bytestring-0.11.5.0
[__7] next goal: base (dependency of snap)
[__7] rejecting: base-4.18.0.0/installed-4.18.0.0 (conflict: unix =>
base>=4.10 && <4.18)
[__7] fail (backjumping, conflict set: base, snap, unix)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: base, bytestring, cprng-aes, snap,
unix, clientsession, cereal, crypto-random

The failure of clientsession with GHC 9.6 has already been brought to the attention of the maintainer:

@andreasabel
Copy link
Contributor Author

I could build snap from master now on GHC 9.6.
Maybe a release could be made now, @cydparser ?

@cydparser
Copy link
Contributor

I've released v1.1.3.2

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

No branches or pull requests

2 participants