File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,18 @@ Cabal and Cabal-syntax 3.12.0.0 changelog and release notes
61
61
added. It can now be used in the `default-language` and `other-languages`
62
62
fields, and will be offered as an option by `cabal init`.
63
63
64
+ - Remove `initialBuildSteps` from `Distribution.Simple.Build` [#9474](https://github.com/haskell/cabal/pull/9474)
65
+
66
+ Calling `initialBuildSteps` to prepare source files for a package is error
67
+ prone, as `initialBuildSteps` only handles things like the paths module
68
+ and nothing else.
69
+
70
+ To mimick `initialBuildSteps` behaviour when there is no custom Setup, you
71
+ can call `repl_setupHooks`.
72
+
73
+ If you are dealing with a custom setup, you have to invoke
74
+ `./Setup repl --repl-multi-file`.
75
+
64
76
### Other changes
65
77
66
78
- `cabal init` should not suggest Cabal < 2.0 [#8680](https://github.com/haskell/cabal/issues/8680)
You can’t perform that action at this time.
0 commit comments