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

Switch haskell project to new GHC verion #287

Merged
merged 1 commit into from
Dec 20, 2022
Merged

Switch haskell project to new GHC verion #287

merged 1 commit into from
Dec 20, 2022

Conversation

teggotic
Copy link
Contributor

@teggotic teggotic commented Dec 18, 2022

Version 9.2.5 was selected as it's currently the latest LTS on stackage.

Universum deprecated reexported functions from microlens which forces us to hide them from Unversum imports. They will be removed in version 1.9.0.

Make sure to get master version of the HLS to get the ghc-9.2.5 supported.
The easiest way is to run ghcup compile hls -g master --ghc 9.2.5.

#284

The contribution:

  • updates all affected documentation
  • provides commits messages which comply with the CONTRIBUTING.md > Committing the changes rules
  • updates the completion scripts if requires
  • complies with all requirements from README.md > Hands-on development notes

@bees-hive/elegant-git-maintainers, please review.

Version `9.2.5` was selected as it's currently the latest LTS on
`stackage`.

`Universum` deprecated reexported functions from `microlens` which
forces us to hide them from `Unversum` imports. They will be removed in
version `1.9.0`.

#284
@teggotic teggotic requested a review from extsoft December 18, 2022 16:58
@extsoft extsoft merged commit 60e33b2 into main Dec 20, 2022
@extsoft extsoft deleted the 284 branch December 20, 2022 02:49
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.

2 participants