You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PROPOSALS.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,9 +109,11 @@ request feedback on feasibility before investing time and effort in the full pro
109
109
* CLC needs to label the proposal as "approved" and "awaits-merge"
110
110
* CLC or GHC team needs to add a comment to the GHC MR "Approved by CLC in [link to the vote outcome]" and approve the MR
111
111
* Double check that the changelog and the commit messages are in order
112
-
* Raise an issue on GHC GitLab to help GHC team with tracking
112
+
* Raise an issue on GHC GitLab to help GHC team with progress and release tracking
113
113
* CLC or GHC team needs to assign the MR to Marge Bot
114
114
* After merging, CLC needs to remove the proposal label "awaits-merge" and add "base-4.XX" (coordinate with GHC devs which base would be the first to release the change)
115
+
* all changes to `base` package slated for future release should land in GHC `master` before the next major release branch is forked (also see [GHC wiki on major releases](https://gitlab.haskell.org/ghc/ghc/-/wikis/GHC-status#1-major-releases))
116
+
- backports are usually reserved for security or packaging matters
0 commit comments