pkg: add tested-with GHC 9.0.1
This commit is contained in:
		
							parent
							
								
									62e503b225
								
							
						
					
					
						commit
						2a39497e21
					
				| @ -73,8 +73,8 @@ Always maintain changelogs in main branch (not in release branches). | |||||||
| 
 | 
 | ||||||
| 1. create release branch when needed:\ | 1. create release branch when needed:\ | ||||||
|   `git branch MAJORVER-branch BRANCHPOINT`\ |   `git branch MAJORVER-branch BRANCHPOINT`\ | ||||||
|    When convenient, the first major release can be tagged on master (`1.22`), |    Sometimes, we make the major release tag (`1.22`) on master, | ||||||
|    and the release branch (`1.22-branch`) gets created when there's a followup minor release:\ |    and create a release branch (`1.22-branch`) when there's a followup minor release:\ | ||||||
|   `git branch 1.22-branch 1.22` |   `git branch 1.22-branch 1.22` | ||||||
| 
 | 
 | ||||||
| 1. update changelogs in main | 1. update changelogs in main | ||||||
| @ -82,7 +82,7 @@ Always maintain changelogs in main branch (not in release branches). | |||||||
| 1. review changes so far, estimate which packages will be released | 1. review changes so far, estimate which packages will be released | ||||||
| 
 | 
 | ||||||
| 1. cherry pick changes to release | 1. cherry pick changes to release | ||||||
|     - cherry pick minor-release-worthy commits  |     - cherry pick release-worthy commits  | ||||||
|         - from: magit, `l o X.Y..master`, `M-x magit-toggle-buffer-lock`, `C-x D` |         - from: magit, `l o X.Y..master`, `M-x magit-toggle-buffer-lock`, `C-x D` | ||||||
|             (`M-x toggle-window-dedicated`) |             (`M-x toggle-window-dedicated`) | ||||||
|         - to: magit, `l o master..X.Y`, `M-x magit-toggle-buffer-lock`, `C-x D` |         - to: magit, `l o master..X.Y`, `M-x magit-toggle-buffer-lock`, `C-x D` | ||||||
| @ -97,7 +97,7 @@ Always maintain changelogs in main branch (not in release branches). | |||||||
| - finalise [changelogs](#changelogs) in main, | - finalise [changelogs](#changelogs) in main, | ||||||
|   copy to changelogs in release branch |   copy to changelogs in release branch | ||||||
| 
 | 
 | ||||||
| - `./Shake.hs` to update `Shake` and review release tasks | - `./Shake.hs` to update `Shake` and review release tasksm | ||||||
| 
 | 
 | ||||||
| - `./Shake setversion VER [-c]` (first without `-c` to review, then with `-c` to commit). | - `./Shake setversion VER [-c]` (first without `-c` to review, then with `-c` to commit). | ||||||
|   Also `touch hledger/Hledger/Cli/Version.hs` ? |   Also `touch hledger/Hledger/Cli/Version.hs` ? | ||||||
|  | |||||||
| @ -21,7 +21,7 @@ github: simonmichael/hledger | |||||||
| homepage: http://hledger.org | homepage: http://hledger.org | ||||||
| bug-reports: http://bugs.hledger.org | bug-reports: http://bugs.hledger.org | ||||||
| stability: stable | stability: stable | ||||||
| tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4 | tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.0.1 | ||||||
| 
 | 
 | ||||||
| extra-source-files: | extra-source-files: | ||||||
| - CHANGES.md | - CHANGES.md | ||||||
|  | |||||||
| @ -21,7 +21,7 @@ github      : simonmichael/hledger | |||||||
| homepage    : http://hledger.org | homepage    : http://hledger.org | ||||||
| bug-reports : http://bugs.hledger.org | bug-reports : http://bugs.hledger.org | ||||||
| stability   : stable | stability   : stable | ||||||
| tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4 | tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.0.1 | ||||||
| 
 | 
 | ||||||
| extra-source-files: | extra-source-files: | ||||||
|   - CHANGES.md |   - CHANGES.md | ||||||
|  | |||||||
| @ -22,7 +22,7 @@ github: simonmichael/hledger | |||||||
| homepage: http://hledger.org | homepage: http://hledger.org | ||||||
| bug-reports: http://bugs.hledger.org | bug-reports: http://bugs.hledger.org | ||||||
| stability: stable | stability: stable | ||||||
| tested-with: GHC==8.8.4, GHC==8.10.4 | tested-with: GHC==8.8.4, GHC==8.10.4, GHC==9.0.1 | ||||||
| 
 | 
 | ||||||
| extra-source-files: | extra-source-files: | ||||||
| - CHANGES.md | - CHANGES.md | ||||||
|  | |||||||
| @ -21,7 +21,7 @@ github: simonmichael/hledger | |||||||
| homepage: http://hledger.org | homepage: http://hledger.org | ||||||
| bug-reports: http://bugs.hledger.org | bug-reports: http://bugs.hledger.org | ||||||
| stability: stable | stability: stable | ||||||
| tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4 | tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.0.1 | ||||||
| 
 | 
 | ||||||
| extra-source-files: | extra-source-files: | ||||||
| - CHANGES.md | - CHANGES.md | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user