-
Notifications
You must be signed in to change notification settings - Fork 9
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
Unify haskell compiler #284
Comments
There is a reason why 9.0.2 was selected for the project. Latest stackage LTS version is still 9.2.5. Furthermore, when I've started this port, HLS (Haskell Language Server) only had basic support for 9.2.5. |
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
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
There are several compiler versions used:
ghc -9.2.4
.stack.yaml:resolver
usesghc-9.0.2
.The project must switch to
ghc-9.4.3
.The text was updated successfully, but these errors were encountered: