File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ more details
138
138
139
139
We aim to do hackage releases following the github ones described above.
140
140
To help in that job we have added a [ github workflow] ( https://github.com/haskell/haskell-language-server/blob/master/.github/workflows/hackage.yml )
141
- That script check , generates the tar.gz files, unpack thems and build them in isolation against hackage head
141
+ That script checks , generates the tar.gz files, unpacks and builds them in isolation against hackage head
142
142
if the package version in the branch is different from hackage.
143
143
If the package in the branch has the same version as the released one,
144
- it will check the relevant files have not changed and will thorw an error
145
- in other case .
144
+ it will check the relevant files have not changed and will throw an error
145
+ otherwise .
146
146
The script will upload the tarballs as candidates, maintainers will have
147
- to check them and publish them definitely.
147
+ to check and publish them definitely.
You can’t perform that action at this time.
0 commit comments