Skip to content

Commit

Permalink
Remove from release notes the two ripped out process-related PRs
Browse files Browse the repository at this point in the history
(cherry picked from commit 9a7cbd0)
  • Loading branch information
Mikolaj authored and mergify[bot] committed Jul 25, 2022
1 parent 4ade65c commit 64d8ae1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions release-notes/Cabal-3.8.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,6 @@ Cabal 3.8.0.20220526 Changelog

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.

- Terminate subprocesses when killed [#7914](https://github.com/haskell/cabal/issues/7914) [#7921](https://github.com/haskell/cabal/pull/7921)

- cabal (and 'cabal run' in particular) no longer leaves children running
when it is killed (unix)

- Cleanup subprocess helpers, remove obsolete functions [#7995](https://github.com/haskell/cabal/pull/7995)

- Distribution.Compat.Process: Remove createProcess, runInteractiveProcess
and rawSystem.
- Distribution.Simple.Utils: Remove printRawCommandAndArgs,
printRawCommandAndArgsAndEnv and createProcessWithEnv.

- 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)

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

0 comments on commit 64d8ae1

Please sign in to comment.