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
1 changed file:
Changes:
... | ... | @@ -7,6 +7,7 @@ |
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))
|
8 | 8 | * `GHC.Exts.IOPort#` and its related operations have been removed ([CLC #213](https://github.com/haskell/core-libraries-committee/issues/213))
|
9 | 9 | * Fix bug where `naturalAndNot` was incorrectly truncating results ([CLC proposal #350](github.com/haskell/core-libraries-committee/issues/350))
|
10 | + * 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))
|
|
10 | 11 | |
11 | 12 | ## 4.22.0.0 *TBA*
|
12 | 13 | * Shipped with GHC 9.14.1
|