
Wolfgang Jeltsch pushed to branch wip/jeltsch/obtaining-os-handles at Glasgow Haskell Compiler / GHC Commits: 1b9f906f by Wolfgang Jeltsch at 2025-09-26T18:16:08+03:00 Add changelog entry - - - - - 1 changed file: - libraries/base/changelog.md Changes: ===================================== libraries/base/changelog.md ===================================== @@ -7,6 +7,7 @@ * Modify the implementation of `Data.List.sortOn` to use `(>)` instead of `compare`. ([CLC proposal #332](https://github.com/haskell/core-libraries-committee/issues/332)) * `GHC.Exts.IOPort#` and its related operations have been removed ([CLC #213](https://github.com/haskell/core-libraries-committee/issues/213)) * Fix bug where `naturalAndNot` was incorrectly truncating results ([CLC proposal #350](github.com/haskell/core-libraries-committee/issues/350)) + * Add a new module `System.IO.OS` with operations for obtaining operating-system handles (file descriptors, Windows handles) ([CLC proposal #369](https://github.com/haskell/core-libraries-committee/issues/369)) ## 4.22.0.0 *TBA* * Shipped with GHC 9.14.1 View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1b9f906ff35e45f6fdf8dd25ed98d46f... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1b9f906ff35e45f6fdf8dd25ed98d46f... You're receiving this email because of your account on gitlab.haskell.org.