-
-
Notifications
You must be signed in to change notification settings - Fork 403
Closed
Labels
component: ghcidelevel: easyThe issue is suited for beginnersThe issue is suited for beginnerstype: enhancementNew feature or requestNew feature or request
Description
The CPP in GHC/Orphans.hs
needs to be cleaned up, as it doesn't follow our best practices when it comes to CPP:
- A CPP
#if
should span the minimal range possible - No nested CPP statements
Especially after #4527 is merged and support for GHC 9.4 series is dropped, we should revisit that module.
GHC 9.4 will likely be dropped after the next release.
Metadata
Metadata
Assignees
Labels
component: ghcidelevel: easyThe issue is suited for beginnersThe issue is suited for beginnerstype: enhancementNew feature or requestNew feature or request