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

WIP: Bump Stackage to LTS-20.26 #303

Closed
wants to merge 6 commits into from
Closed

WIP: Bump Stackage to LTS-20.26 #303

wants to merge 6 commits into from

Conversation

int-index
Copy link
Member

WIP

Here to see the CI output.

@serokell-bot
Copy link
Contributor

2 Warnings
⚠️ Inappropriate title for PR.
Should start from issue ID (e.g. [#123]), [Chore] or [Style] tag.
Note: please use [Chore] also for tickets tracked internally on YouTrack.
⚠️ Bad issue ID in branch name.
Valid format for issue IDs: #123 or chore.

Generated by 🚫 Danger

int-index and others added 6 commits October 12, 2024 21:05
Problem: we take nyan-interpolation from GitHub, which is harder
to manage than if we take it from Hackage.
Fortunately, the latest version is now available and suits us.

Solution: specify Hackage version of nyan-interpoation[-core]
in extra-deps.
Problem: this is a new warning which wants us to provide an explicit
kind signature for each type we define. It sounds too verbose to do.

Solution: disable this warning.
Problem: retryAfterInfo doesn't compile because the type of
readMaybe got more polymorphic in Universum.

Solution: specify explicitly that the argument is Text.
N.B. In the previous version it was String (due to the old type of
readMaybe), but Text is generally preferable, so we're changing it.
Problem: some lens-related things that we use got deprecated in
Universum.
Solution: do not use them, import them from Control.Lens instead.
@int-index
Copy link
Member Author

Superseded by #304

@int-index int-index closed this Oct 14, 2024
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