Skip to content

Commit

Permalink
Fix release notes grammar (#9924)
Browse files Browse the repository at this point in the history
* Fix release notes grammar

See #9920.

* Fix whitespace
  • Loading branch information
ffaf1 authored Apr 23, 2024
1 parent 9c63caa commit 71f6949
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions release-notes/Cabal-3.12.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Cabal and Cabal-syntax 3.12.0.0 changelog and release notes
- `cabal init` should not suggest Cabal < 2.0 [#8680](https://github.com/haskell/cabal/issues/8680)

'cabal init' no longer suggests users to set cabal-version to less than
2.0
2.0.

- Remove Distribution.Utils.TempTestDir module from Cabal library [#9453](https://github.com/haskell/cabal/issues/9453) [#9454](https://github.com/haskell/cabal/pull/9454)

Expand All @@ -76,7 +76,7 @@ Cabal and Cabal-syntax 3.12.0.0 changelog and release notes
- PkgConfig individual calls [#9134](https://github.com/haskell/cabal/pull/9134)

`cabal` invokes `pkg-config` individually for each lib if querying for all
doesn't return the expected result
doesn't return the expected result.

- Split up `Distribution.Simple.Setup` [#8130](https://github.com/haskell/cabal/pull/8130)

Expand All @@ -94,7 +94,7 @@ Cabal and Cabal-syntax 3.12.0.0 changelog and release notes

- `checkPackage` signature has been simplified,
you do not need to pass a specific configuration of the package, since
we do not flatten GenericPackageDescription no more.
we do not flatten GenericPackageDescription any more.
- `checkPackageFileNames` has been removed,
use `checkPackageFiles` instead.
- `checkPackageFilesGPD` has been introduced,
Expand Down
4 changes: 2 additions & 2 deletions release-notes/WIP-cabal-install-3.12.x.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ cabal-install and cabal-install-solver 3.12.1.0 changelog and release notes

- Add support for authentication tokens for uploading to Hackage [#6738](https://github.com/haskell/cabal/issues/6738) [#9058](https://github.com/haskell/cabal/pull/9058)

A new flag `--token` (`-t`) has been created. Token authentication takes
precedence over username and password meaning that, if a token is set,
A new flag `--token` (`-t`) has been created. Token authentication takes
precedence over username and password meaning that, if a token is set,
the username and password flags are ignored.

- Make --(test-)show-details=direct the default [#8942](https://github.com/haskell/cabal/pull/8942)
Expand Down

0 comments on commit 71f6949

Please sign in to comment.