Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Support GHC 9.6.1 #1588

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

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants