You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GHC-9.2.5 is a bug-fix release for the supported 9.2.4, so there's no reason cryptol can't support it out of box. In fact, I built it successfully with GHC-9.2.5.
It would also be nice to extend support to the current GHC-9.4.4.
The text was updated successfully, but these errors were encountered:
This contains a varity of changes needed to make the libraries in the `cryptol`
repo compile with GHC 9.4:
* GHC 9.4 is pickier about requiring the use of the `FlexibleContexts`
extension, that is now enabled in more places.
* I bumped the upper version bounds of various dependencies to allow them to
build with GHC 9.4.
Fixes#1487.
GHC-9.2.5 is a bug-fix release for the supported 9.2.4, so there's no reason cryptol can't support it out of box. In fact, I built it successfully with GHC-9.2.5.
It would also be nice to extend support to the current GHC-9.4.4.
The text was updated successfully, but these errors were encountered: