-
Notifications
You must be signed in to change notification settings - Fork 6
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
base: master
Are you sure you want to change the base?
Conversation
resourcet is untouched because of #20. |
Any updates? |
Friendly ping @merijn ? Would love to see this merged to use this library with GHC 9.8. |
There was a problem hiding this 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build-Depends: base >= 4.8 && < 4.20 | |
Build-Depends: base >= 4.8 && < 4.21 |
Hi @merijn , any chance of getting this merged soon? |
No description provided.