This project is mirrored from https://github.com/haskell/stm.
Pull mirroring updated .
- Nov 11, 2024
-
-
- Aug 01, 2024
-
-
The following two proposals add exception type info to the output of displayException: https://github.com/haskell/core-libraries-committee/issues/231 https://github.com/haskell/core-libraries-committee/issues/261 This commit updates the test output here to match: ghc/ghc!12242
-
- Jul 23, 2024
-
-
Github builds started failing due to haskell-CI/haskell-ci #738. The fix is to switch the distribution to 'jammy', then run: 'haskell-ci regenerate'. This PR implements this change with haskell-ci built on the fork andreasabel/haskell-ci 176e484, tag v0.19.20240703. Unfortunately, haskell-ci no longer recognizes GHCs below 8, so these have been removed.
-
- Apr 13, 2024
-
-
andreas.abel authored
Bump CI to GHC 9.10.0
-
andreas.abel authored
-
- Apr 12, 2024
-
- Apr 10, 2024
-
-
Ben Gamari authored
-
Ben Gamari authored
Remove chanbench.hs
-
Fixes #84
-
- Mar 28, 2024
-
-
andreas.abel authored
Otherwise, they will get evicted from CI when CI is regenerated.
-
andreas.abel authored
-
- Mar 24, 2024
-
-
Ben Gamari authored
TBQueue: Add @since on capacityTBQueue
-
Ben Gamari authored
-
- Mar 08, 2024
-
-
Ben Gamari authored
-
- Feb 28, 2024
-
-
Ben Gamari authored
-
- Nov 17, 2023
-
-
Ben Gamari authored
Revert "Rewrite `TBQueue` to use `TArray Int (Maybe a)`"
-
Ben Gamari authored
This reverts commit 98215788. As noted in #78, the current implementation does not appear to be correct.
- Oct 06, 2023
-
-
Ben Gamari authored
Fixes #75.
- Oct 05, 2023
-
-
Ben Gamari authored
Add `capacityTBQueue`
-
Ben Gamari authored
Use unlifted `Array#` for `TArray`
- Sep 22, 2023
-
-
konsumlamm authored
-
- Sep 21, 2023
-
-
konsumlamm authored
-
- Sep 20, 2023
-
-
Ben Gamari authored
Update documentation for `TBQueue`
-
konsumlamm authored
-
konsumlamm authored
-
Ben Gamari authored
Rewrite `TBQueue` to use arrays
-
- Sep 15, 2023
-
-
konsumlamm authored
-
konsumlamm authored
-
- Sep 14, 2023
-
-
konsumlamm authored
-
konsumlamm authored
-
konsumlamm authored
-
konsumlamm authored
-
Closes #35
-
konsumlamm authored
-
Ben Gamari authored
Update CI
-
- Sep 12, 2023
-
-
konsumlamm authored
-
- Sep 07, 2023
-
-
Simon Marlow authored
Fix strictness of `stateTVar`
-