Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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