This project is mirrored from https://github.com/haskell/unix.
Pull mirroring updated .
- Mar 08, 2024
-
-
Ben Gamari authored
-
- Feb 05, 2024
-
-
-
This appears to have broken with the `os-string` split of `filepath-1.5`.
-
- Nov 30, 2023
-
-
Julian Ospald authored
-
- Nov 29, 2023
-
-
Julian Ospald authored
-
Julian Ospald authored
-
- Nov 26, 2023
-
-
Julian Ospald authored
-
Julian Ospald authored
-
- Oct 11, 2023
-
-
- Oct 10, 2023
-
-
Julian Ospald authored
-
- Oct 05, 2023
- Oct 04, 2023
-
- Sep 29, 2023
-
-
`musl` defines the `environ` symbol as a weak alias, which on AArch64 requires particular treatment by the compiler. As GHC doesn't have access to the prototype of the symbol, it doesn't know that this treatment is necessary and consequently we emit assembly that the linker will choke on. See GHC #24011.
-
- Sep 26, 2023
-
-
Julian Ospald authored
-
Julian Ospald authored
-
- Sep 16, 2023
-
-
Julian Ospald authored
-
Julian Ospald authored
-
- Sep 15, 2023
-
- Sep 10, 2023
-
- Aug 20, 2023
-
-
- Jul 23, 2023
-
-
Note that most tests have been disabled because they don't pass due to missing C function support (e.g. pipe). But it's a good basis to start adding tests for supported things (e.g. touchFd, cf #285). This requires a recent version of GHC that provides getMonotonicTimeNSec. See ghc/ghc#23687 and ghc/ghc!10900.
- Jul 21, 2023
-
-
- Jul 12, 2023
-
- Jul 08, 2023
-
-
- Jul 02, 2023
-
-
Julian Ospald authored
-
Julian Ospald authored
-
For GHC 9.8.
-
- Mar 25, 2023
-
-
Julian Ospald authored
-
-
- Mar 18, 2023
-
-
Julian Ospald authored
-
Julian Ospald authored
-
- Mar 17, 2023
-
-
Simon Hengel authored
(fixes #274)
-
- Feb 23, 2023
-
-
Julian Ospald authored
-
Julian Ospald authored
-
Julian Ospald authored
-
Julian Ospald authored
-
- Feb 20, 2023
-
-
These are not present in wasm32-wasi, and is needed for fixing GHC #22589.