- Apr 05, 2023
-
-
Ashley Yakeley authored
Finish remaining fixes for the JS backend
-
Cheng Shao authored
The JS backend doesn't support capi calling convention for the time being. This patch delivers the remaining fixes, and is indeed tested to work via a ghc validate pipeline.
-
- Apr 04, 2023
-
-
Ashley Yakeley authored
Fixes for wasm/js backend
-
Cheng Shao authored
-
Partially revert change from 226562b1 that broke the JS backend.
-
- Feb 23, 2023
-
-
Ashley Yakeley authored
-
- Feb 20, 2023
-
-
Ashley Yakeley authored
Add Lift instances
-
Kobayashi authored
-
Ashley Yakeley authored
-
Ashley Yakeley authored
-
- Feb 18, 2023
-
-
Ashley Yakeley authored
-
- Feb 17, 2023
- Feb 15, 2023
- Feb 11, 2023
-
-
Ashley Yakeley authored
-
Ashley Yakeley authored
-
Ashley Yakeley authored
-
Kobayashi authored
-
- Oct 10, 2022
-
-
Ashley Yakeley authored
Use capi for syscalls that break under musl's handling of 64-bit time_t
-
redneb authored
-
- Oct 06, 2022
-
-
Ashley Yakeley authored
github: haskell actions version
-
- Oct 03, 2022
-
-
Ashley Yakeley authored
-
Ashley Yakeley authored
gh workflows: fix FreeBSD
-
Ashley Yakeley authored
-
Ashley Yakeley authored
-
Ashley Yakeley authored
Bump haskell/actions from 2.0.0 to 2.0.1
-
- Sep 06, 2022
-
-
dependabot[bot] authored
Bumps [haskell/actions](https://github.com/haskell/actions) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/haskell/actions/releases) - [Commits](https://github.com/haskell/actions/compare/v2.0.0...v2.0.1 ) --- updated-dependencies: - dependency-name: haskell/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- May 30, 2022
-
-
Ashley Yakeley authored
Use base CClockId as ClockId type
-
Cheng Shao authored
-
Cheng Shao authored
We used to define ClockId as hsc2hs-detected ${type clockid_t} type. Unfortunately, certain libcs (e.g. wasi-libc) define clockid_t as a pointer type, and hsc2hs only supports detecting C integral/floating-point types, so clockid_t will mistakenly be detected as a floating-point type, resulting in incorrect code generation. We should really just use the base CClockId type here. base handles C pointer types correctly, since it uses its own custom autoconf logic instead of hsc2hs, and similar issues have been reported & fixed before, see ghc/ghc!6896 and ghc/ghc!6912. Also make tzset conditional.
-
- May 13, 2022
-
-
Ashley Yakeley authored
-
Ashley Yakeley authored
-
- May 12, 2022
-
-
Ashley Yakeley authored
-
- May 04, 2022
-
-
Ashley Yakeley authored
-
Ashley Yakeley authored
Fix wasm32-wasi build support
-