-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This makes a variety of small tweaks needed to make `asl-translator` build with GHC 9.4: * GHC 9.4 is pickier about undecidable superclass checking. As such, I needed to explicitly enable `UndecidableSuperClasses` in `Language.ASL.Globals`. * The upper version bounds on `text` were raised to allow building with `text-2.0.*`, which is shipped with GHC 9.4.*. * The following submodules were bumped to bring in changes needed to make them build with GHC 9.4: * `crucible`: GaloisInc/crucible#1073 * `dismantle`: GaloisInc/dismantle#40
- Loading branch information
1 parent
83e498b
commit f06629a
Showing
4 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule dismantle
updated
from 48433e to 82849d