-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Clash.Primitives.DSL.tuple on GHC-9.6 (#2651)
It had the module name of tuples hardcoded to GHC.Tuple, but that changed in GHC-9.6. This would result in type mismatches in the generated VHDL. Fixes #2512
- Loading branch information
1 parent
5e01ae2
commit d6277c3
Showing
2 changed files
with
15 additions
and
10 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