This project is mirrored from https://github.com/haskell/win32.git.
Pull mirroring updated .
- Jan 21, 2025
-
-
Serge S. Gulin authored
Co-authored-by:
Cheng Shao <terrorjack@type.dance>
-
- Nov 28, 2024
-
-
Chris Hackett authored
-
Chris Hackett authored
-
- Nov 12, 2024
-
-
Tamar Christina authored
-
- Aug 27, 2024
-
-
Simon Hengel authored
This is useless at best, and a common source of confusion. https://github.com/haskell/cabal/pull/10145 https://github.com/sol/hpack/issues/355
-
Julian Ospald authored
-
- Aug 10, 2024
-
-
Julian Ospald authored
-
Julian Ospald authored
-
Julian Ospald authored
-
Julian Ospald authored
-
Julian Ospald authored
-
Julian Ospald authored
-
- Jan 13, 2024
-
-
Tamar Christina authored
-
Tamar Christina authored
-
- Jan 10, 2024
-
-
Tamar Christina authored
-
- Dec 16, 2023
-
-
Julian Ospald authored
Follows: * ghc/ghc!10110 * https://github.com/haskell/core-libraries-committee/issues/144
-
- Dec 05, 2023
-
-
BinderDavid authored
Following ghc/ghc#22622 this PR removes the testsuite which can only be run by the GHC testsuite driver. A separate PR adds these tests directly to the `testsuite/tests` subdirectory of GHC.
-
- Dec 04, 2023
-
-
BinderDavid authored
-
BinderDavid authored
-
Julian Ospald authored
-
- Oct 10, 2023
-
-
Julian Ospald authored
-
- Sep 20, 2023
-
-
Marcin Szamotulski authored
-
- Nov 04, 2022
-
-
Ryan Scott authored
Despite the name, `isMinTTY` is only capable of detecting the presence of old versions of MinTTY. The name of the function is perhaps misleading in that regard, but it is widely used enough at this point to where renaming it would be disruptive. Instead, let's just clarify its intent in the documentation. Resolves #216.
-
- Oct 10, 2022
-
-
Tamar Christina authored
-
Tamar Christina authored
-
Tamar Christina authored
-
- Sep 09, 2022
-
-
Tamar Christina authored
-
sheaf authored
This adds the module `System.Win32.Semaphore` which implements Windows semaphores and operations on them. Note that waiting on a semaphore is done using `System.Win32.Event.waitForSingleObject`, and freeing a semaphore is done using `System.Win32.File.closeHandle`.
-
- Aug 18, 2022
-
-
Ryan Scott authored
Fixes #211.
-
- Aug 02, 2022
-
-
Joey Hess authored
Closes https://github.com/haskell/win32/issues/208
-
Joey Hess authored
Microsoft has stopped providing this circa 2020, but there is an archive available.
-
Joey Hess authored
failIfWithRetry is like failIf, not failIfFalse_. The types make this clear.
-
- Jul 29, 2022
-
-
Julian Ospald authored
-
Julian Ospald authored
-
Julian Ospald authored
-
Julian Ospald authored
-
Julian Ospald authored
-
Julian Ospald authored
-
Julian Ospald authored
In preparation for AFPP.
-
- Jul 12, 2022
-
-
Tamar Christina authored
-