-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GHC 9.2 compatibility fixes. (#4181)
This PR includes a small number of patches that enable compatibility with GHC 9.2, while retaining compatibility with GHC 8.10.7. (Note that this PR does **_not_** change the GHC version used in our nix environment, which remains at 8.10.7. For a PR that changes our nix environment to use GHC version 9.2.8, see: #4171)
- Loading branch information
Showing
4 changed files
with
8 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ import Path.IO | |
import Prelude hiding | ||
( modify | ||
, runState | ||
, trace | ||
) | ||
|
||
data FxTrace :: Effect where | ||
|
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