Skip to content

Commit 9a7cbd0

Browse files
committed
Remove from release notes the two ripped out process-related PRs
1 parent 60ca73c commit 9a7cbd0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

release-notes/Cabal-3.8.1.0.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -92,18 +92,6 @@ Cabal 3.8.0.20220526 Changelog
9292

9393
Test-suite stanzas now may contain a `code-generators:` field that can be used to run executables as preprocessors which take existing locations of library code and cabal-generated ghc build flags, and output new modules for use in the test stanza. This can be used to automatically generate drivers for "discover" style tests, including doctests.
9494

95-
- Terminate subprocesses when killed [#7914](https://github.com/haskell/cabal/issues/7914) [#7921](https://github.com/haskell/cabal/pull/7921)
96-
97-
- cabal (and 'cabal run' in particular) no longer leaves children running
98-
when it is killed (unix)
99-
100-
- Cleanup subprocess helpers, remove obsolete functions [#7995](https://github.com/haskell/cabal/pull/7995)
101-
102-
- Distribution.Compat.Process: Remove createProcess, runInteractiveProcess
103-
and rawSystem.
104-
- Distribution.Simple.Utils: Remove printRawCommandAndArgs,
105-
printRawCommandAndArgsAndEnv and createProcessWithEnv.
106-
10795
- Allow glob-star matches with literal filenames (no extensions) [#5883](https://github.com/haskell/cabal/issues/5883) [#8005](https://github.com/haskell/cabal/pull/8005)
10896

10997
- Cabal file glob syntax extended to allow matches of the form dir/**/FileNoExtension

0 commit comments

Comments
 (0)