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

Bump upper bound for various dependencies #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jchia
Copy link

@jchia jchia commented Feb 3, 2024

No description provided.

@jchia
Copy link
Author

jchia commented Feb 5, 2024

resourcet is untouched because of #20.

@jchia
Copy link
Author

jchia commented May 2, 2024

Any updates?

@thomasjm
Copy link

Friendly ping @merijn ? Would love to see this merged to use this library with GHC 9.8.

Copy link

@rvl rvl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's also possible to build with GHC 9.10.1 if the base bounds are further increased. (see GHC 9.10.1 release notes).

@@ -35,21 +35,21 @@ Library
ScopedTypeVariables
Trustworthy

Build-Depends: base >= 4.8 && < 4.19
Build-Depends: base >= 4.8 && < 4.20
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Build-Depends: base >= 4.8 && < 4.20
Build-Depends: base >= 4.8 && < 4.21

@@ -39,7 +39,7 @@ Library
ScopedTypeVariables
Trustworthy

Build-Depends: base >= 4.8 && < 4.19
Build-Depends: base >= 4.8 && < 4.20
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Build-Depends: base >= 4.8 && < 4.20
Build-Depends: base >= 4.8 && < 4.21

@@ -38,7 +38,7 @@ Library
Safe
ScopedTypeVariables

Build-Depends: base >= 4.8 && < 4.19
Build-Depends: base >= 4.8 && < 4.20
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Build-Depends: base >= 4.8 && < 4.20
Build-Depends: base >= 4.8 && < 4.21

@@ -101,7 +101,7 @@ Library
Trustworthy
TupleSections

Build-Depends: base >= 4.8 && < 4.19
Build-Depends: base >= 4.8 && < 4.20
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Build-Depends: base >= 4.8 && < 4.20
Build-Depends: base >= 4.8 && < 4.21

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 this pull request may close these issues.

3 participants