-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make type-check-test work with GHC 9.10
This requires using a more recent version of `typediff` (0.1.6) that is aware of the module names in `ghc-internal`. It also requires incurring a dependency on `ghc-internal` itself to ensure that GHCi prints things like `GHC.Internal.Maybe.Maybe` rather than `ghc-internal:GHC.Internal.Maybe.Maybe`, the latter of which `typediff` cannot parse.
- Loading branch information
1 parent
1b35b07
commit fc8bea3
Showing
3 changed files
with
9 additions
and
2 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
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