-
Notifications
You must be signed in to change notification settings - Fork 46
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
Compling with later versions of GHC #285
Comments
It's unclear to me what's the strategy w.r.t compilers support for this package: do we want to only support latest versions of GHC? Do we want to support several versions? Also, I wonder what those dependencies you mention are used for. |
FWIW I have tried removing the dependency to |
I think the aim is to compile with a wide range of compilers. Newer compilers tend to become standard compilers over time.
|
Is that something that we should consider and merge into |
Would love to but I am a newcomer around here, so not sure what purpose served |
Context
I have just got this package compiling with
ghc-9.8
and got that PR merged. Most other things in the Cardano/Haskell stack already compiles withghc-9.10
. When I started trying to make this package compile withghc-9.10
I ran into a number of sticky issues.cardano-addresses
depends onhjsonschema
which is deprecated.hjsonschema
depends onprotolude
but I have removed that as a dependency from the rest of the tree, becauseprotolude
was poorly maintained.What should we do about this? @Crypto2099 @paweljakubas .
The text was updated successfully, but these errors were encountered: