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

Outdated dependencies #699

Closed
ysangkok opened this issue Mar 10, 2024 · 4 comments · Fixed by #706
Closed

Outdated dependencies #699

ysangkok opened this issue Mar 10, 2024 · 4 comments · Fixed by #706

Comments

@ysangkok
Copy link
Contributor

Beam was disabled in Stackage Nightly because of some outdated dependencies:

  • tried beam-core-0.10.1.0, but its library requires aeson >=0.11 && < 2.2 and the snapshot contains aeson-2.2.1.0
  • tried beam-core-0.10.1.0, but its library requires bytestring >=0.10 && < 0.12 and the snapshot contains bytestring-0.12.1.0
  • tried beam-core-0.10.1.0, but its library requires ghc-prim >=0.5 && < 0.11 and the snapshot contains ghc-prim-0.11.0
  • tried beam-core-0.10.1.0, but its library requires text >=1.2.2.0 && < 2.1 and the snapshot contains text-2.1.1
  • tried beam-core-0.10.1.0, but its library requires vector-sized >=0.5 && < 1.6 and the snapshot contains vector-sized-1.6.1

see

@LaurentRDC
Copy link
Member

I think #705 should fix this issue

@kmicklas
Copy link
Member

Closing as I've merged #705. Feel free to reopen if there are still any missing bounds.

@ysangkok
Copy link
Contributor Author

I can't reopen, but these are some of the bumps that still need to be done:

beam-core

$ cabal outdated
Outdated dependencies:
bytestring >=0.10 && <0.12 (latest: 0.12.1.0)
containers >=0.5 && <0.7 (latest: 0.7)
time >=1.6 && <1.13 (latest: 1.14)

Containers and bytestring are boot libraries in GHC 9.10: https://downloads.haskell.org/ghc/9.10.1/docs/users_guide/9.10.1-notes.html

beam-postgres

$ cabal outdated
Outdated dependencies:
bytestring >=0.10 && <0.12 (latest: 0.12.1.0)
time >=1.6 && <1.13 (latest: 1.14)

@ysangkok
Copy link
Contributor Author

Would it be possible to make hackage revisions for these bumps: https://hackage.haskell.org/package/beam-core/maintain ?

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.

3 participants