This project is mirrored from https://github.com/haskell/hsc2hs.
Pull mirroring updated .
- 25 Jul, 2022 1 commit
-
-
Gabor Greif authored
Haskell-CI on GitHub Actions for GHC 7.0 - 9.4
-
- 28 May, 2022 1 commit
-
-
andreas.abel authored
-
- 30 Apr, 2022 1 commit
-
-
Ben Gamari authored
Bump base upper bound
-
- 29 Apr, 2022 1 commit
-
-
Ben Gamari authored
-
- 17 Mar, 2022 1 commit
-
-
Gabor Greif authored
typos
-
- 16 Mar, 2022 1 commit
-
-
askeblad authored
-
- 30 Sep, 2020 1 commit
-
-
Ben Gamari authored
Bump base upper bound to 4.16
-
- 29 Sep, 2020 1 commit
-
-
Ben Gamari authored
-
- 26 Sep, 2020 1 commit
-
-
Ben Gamari authored
-
- 24 Sep, 2020 6 commits
-
-
-
`foldl (.) id fs initial` processes list in reverse order, as it makes `f1 (f2 (f3 ... initial ..))`, not intended `... (f3 (f2 (f1 initial)))` application. `addFlag` was therefore accumulating `cFlags` in reverse order. Change that to use `snoc`. This is not linear, but hopefully we are not passing 10000 flags to hsc2hs.
-
-
-
-
Ben Gamari authored
Always drain the stderror pipe to prevent hangs on Linux
-
- 18 Sep, 2020 1 commit
-
-
Vladislav Zavialov authored
-
- 27 Jul, 2020 1 commit
-
-
Tamar Christina authored
-
- 03 Jul, 2020 1 commit
-
-
Ben Gamari authored
winio: Make sure that with we don't use the TEMP workaround
-
- 18 Jun, 2020 1 commit
-
-
Tamar Christina authored
-
- 17 Jun, 2020 1 commit
-
-
Ben Gamari authored
Allow base-4.15
-
- 26 May, 2020 1 commit
-
-
Ben Gamari authored
-
- 25 Apr, 2020 1 commit
-
-
Tamar Christina authored
-
- 19 Apr, 2020 1 commit
-
-
Tamar Christina authored
-
- 25 Mar, 2020 2 commits
-
-
Herbert Valerio Riedel authored
-
-
- 18 Mar, 2020 1 commit
-
-
Ben Gamari authored
Compat.TempFile `#define`'d a `defined(...)` preprocessor expression, which is undefined behavior.
-
- 17 Mar, 2020 1 commit
-
-
Ben Gamari authored
-
- 27 Feb, 2020 1 commit
-
-
Ben Gamari authored
Rip out inlined process changes and bump lower bound
-
- 25 Feb, 2020 2 commits
-
-
Ben Gamari authored
Due to broken state of job object support in earlier releases.
-
Ben Gamari authored
It turns out that the changes necessary to fix `process` would essentially require that we inline the entire library into `hsc2hs`. This seems a bit excessive. Let's just bump the lower bound instead. This reverts commit 1da063cd.
-
- 24 Feb, 2020 1 commit
-
-
Ben Gamari authored
-
- 23 Feb, 2020 1 commit
-
-
Ben Gamari authored
Use cc rather than gcc as default compiler
-
- 24 Jan, 2020 1 commit
-
-
Ben Gamari authored
This is the morally right thing to do and fixes FreeBSD, which ships only with clang.
-
- 21 Nov, 2019 1 commit
-
-
Ben Gamari authored
Inline process changes.
-
- 20 Nov, 2019 1 commit
-
-
- 15 Nov, 2019 1 commit
-
-
Ben Gamari authored
Bump base upper bound to 4.15
-
- 12 Nov, 2019 1 commit
-
-
Ben Gamari authored
-
- 05 Nov, 2019 3 commits
-
-
-
Ben Gamari authored
Inline atomic actions for Windows and write more detailed diagnostics from hsc2hs
-
Tamar Christina authored
and write more detailed diagnostics from hsc2hs
-