- Feb 25, 2020
-
-
Sebastian Graf authored
-
Sebastian Graf authored
-
- Jan 16, 2020
-
-
- Dec 02, 2019
-
-
Alexis Williams authored
Add some basic type class instances for `OpenMode` and `OpenFileFlags`.
-
- Jun 14, 2019
-
-
Ben Gamari authored
As noted in ghc/ghc#16814, this test is remarkably fragile when run concurrently.
-
- Jun 09, 2019
-
-
Ben Gamari authored
Changes for GHC 8.8
-
- Jun 08, 2019
-
-
Ben Gamari authored
-
-
- May 05, 2019
-
-
Herbert Valerio Riedel authored
-
New type is: exitImmediately :: ExitCode -> IO a Closes: https://github.com/haskell/unix/issues/126
-
- Apr 29, 2019
-
-
* Use GHC 8.8.1 in CI * Regenerate .travis.yml * Add GHC 8.8.1 * regenerate CI
-
- Apr 27, 2019
-
-
- Mar 12, 2019
-
-
Ryan Scott authored
This commit was performed automatically by a script. https://github.com/RyanGlScott/travis-maintenance
-
Ryan Scott authored
-
- Jan 22, 2019
-
-
Gabor Greif authored
-
- Jan 12, 2019
-
-
Corrects a small typo found while reading the docs.
-
- Dec 10, 2018
-
-
Ryan Scott authored
This commit was performed automatically by a script. https://github.com/RyanGlScott/travis-maintenance
-
- Nov 06, 2018
-
-
Ryan Scott authored
This commit was performed automatically by a script. https://github.com/RyanGlScott/travis-maintenance
-
- Oct 17, 2018
-
-
Ryan Scott authored
This commit was performed automatically by a script. https://github.com/RyanGlScott/travis-maintenance
-
Ryan Scott authored
-
- Aug 01, 2018
-
-
This previously failed to build with a warning on FreeBSD 11.2
-
- Jul 30, 2018
-
-
Herbert Valerio Riedel authored
-
Now we can finally remove the hack introduced via 59861061 256b1918 7bad9d7d Co-authored-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Oleg Grenrus authored
-
- Jul 04, 2018
-
-
- Jul 01, 2018
-
-
Ryan Scott authored
This reverts commit 3da6e7cd.
-
Ryan Scott authored
-
- Jun 03, 2018
-
-
Ryan Scott authored
-
- May 02, 2018
-
-
Herbert Valerio Riedel authored
Update Travis script to use haskell-ci
-
Ryan Scott authored
-
Ryan Scott authored
-
- Apr 17, 2018
-
-
Ryan Scott authored
-
Ryan Scott authored
See https://ghc.haskell.org/trac/ghc/ticket/15018.
-
- Feb 26, 2018
-
-
- Feb 23, 2018
-
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
-
- Feb 03, 2018
-
-
* Add support for `O_NOFOLLOW`, `O_CLOEXEC`, `O_DIRECTORY` and `O_SYNC` (#6, #57) * Refactor API of `openFd` removing `Maybe FileMode` argument, which now must be passed as part of `OpenFileFlags` (e.g. `defaultFileFlags { creat = Just mode }`) (#58) Closes #59
-
- Nov 29, 2017
-
-
Ben Gamari authored
Rip out poorly supported termios modes
-
- Nov 28, 2017
-
-
Ben Gamari authored
These are supported under neither FreeBSD 11 nor FreeBSD 10.3 and as mentioned in #102, aren't terribly useful regardless.
-
- Nov 02, 2017
-
-
The signal descriptions are from http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html
-