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

Support GHC 9.6.1 #1588

Open
jlwoodwa opened this issue Mar 17, 2023 · 3 comments
Open

Support GHC 9.6.1 #1588

jlwoodwa opened this issue Mar 17, 2023 · 3 comments

Comments

@jlwoodwa
Copy link

No description provided.

@LaurentRDC
Copy link

I think a Hackage revision to bump base bounds should be enough, at least for haddock-library.

I can build and run hakyll (which depends transitively on haddock-library) if I add allow-newer: haddock-library:base to cabal.project.

@andreasabel
Copy link
Member

main currently has these outdated dependencies:

haddock-library[main !]$ cabal outdated
base >=4.5 && <4.17 (latest: 4.18.0.0)
base-compat >=0.12.0 && <0.13 (latest: 0.13.0)
hspec >=2.4.4 && <2.10 (latest: 2.10.10)

@andreasabel
Copy link
Member

I published revision 2 with the latest dependencies: https://hackage.haskell.org/package/haddock-library-1.11.0/revisions/

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

3 participants