Skip to content

Commit

Permalink
Add initialBuildSteps removal notice
Browse files Browse the repository at this point in the history
And suggestion on what to use (`preBuildComponent`) instead.
  • Loading branch information
ffaf1 committed Apr 27, 2024
1 parent bccc59f commit add1188
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-notes/Cabal-3.12.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ Cabal and Cabal-syntax 3.12.0.0 changelog and release notes
added. It can now be used in the `default-language` and `other-languages`
fields, and will be offered as an option by `cabal init`.
- Remove `initialBuildSteps` from `Distribution.Simple.Build`.
Use `preBuildComponent` (renamed from `componentInitialBuildSteps`)
instead.
### Other changes
- `cabal init` should not suggest Cabal < 2.0 [#8680](https://github.com/haskell/cabal/issues/8680)
Expand Down

0 comments on commit add1188

Please sign in to comment.