Commit Graph

12496 Commits

Author SHA1 Message Date
github-actions[bot]
41e6b8831b
Merge staging-next into staging 2022-08-04 18:02:08 +00:00
sternenseemann
4e7c3b9828 haskell.compiler.ghc941: apply fix for racy build system
https://gitlab.haskell.org/ghc/ghc/-/merge_requests/8751
https://gitlab.haskell.org/ghc/ghc/-/issues/21934

Hopefully this patch fixes the problem we experienced on Hydra once (out
of three builds).
2022-08-04 15:15:55 +02:00
sternenseemann
17746af0c5 Merge remote-tracking branch 'origin/master' into haskell-updates 2022-08-04 14:31:47 +02:00
github-actions[bot]
88b1b94ed0
Merge staging-next into staging 2022-08-04 12:02:14 +00:00
Martin Weinelt
5f9b871b72
Merge pull request #185037 from mweinelt/home-assistant 2022-08-04 11:40:41 +02:00
github-actions[bot]
9b65c7a2b7
Merge master into haskell-updates 2022-08-04 00:13:57 +00:00
github-actions[bot]
818e64fcab
Merge staging-next into staging 2022-08-04 00:03:17 +00:00
Sandro
668da4fc8f
Merge pull request #185009 from fpletz/pkgs/maintainership-202208 2022-08-04 01:56:13 +02:00
Sandro
de57e89da4
Merge pull request #184259 from r-ryantm/auto-update/lfc 2022-08-03 22:59:06 +02:00
github-actions[bot]
2a54df0946
Merge staging-next into staging 2022-08-03 18:02:18 +00:00
superherointj
eb4ca54185
Merge pull request #184985 from vbgl/reason-fix-after-184390
reason: fix build with OCaml < 4.07
2022-08-03 13:57:20 -03:00
Martin Weinelt
4af35d92a0
python3Packages.sphinx-rtd-theme: rename from sphinx_rtd_theme 2022-08-03 18:39:37 +02:00
Adam Joseph
22a0a210dd
ghdl: use gnat11 to unbreak build (#184352)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-03 14:54:46 +02:00
Franz Pletz
c092a502df
treewide: remove myself as maintainer from some pkgs
Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.
2022-08-03 14:17:51 +02:00
github-actions[bot]
ded94f4835
Merge staging-next into staging 2022-08-03 12:02:14 +00:00
Jörg Thalheim
168d1c5789
Merge pull request #181797 from qowoz/go119
go_1_19: init at 1.19
2022-08-03 11:33:28 +01:00
Vincent Laporte
80ebd25f66
reason: fix build with OCaml < 4.07 2022-08-03 11:56:45 +02:00
github-actions[bot]
1d51c8b324
Merge master into haskell-updates 2022-08-03 00:15:49 +00:00
github-actions[bot]
93322c460d
Merge staging-next into staging 2022-08-03 00:03:06 +00:00
github-actions[bot]
537fbd1326
Merge master into staging-next 2022-08-03 00:02:25 +00:00
zowoq
32f980605e go_1_19: init at 1.19 2022-08-03 05:42:48 +10:00
Anderson Torres
d2c05d420b
Merge pull request #184745 from r-ryantm/auto-update/xa
xa: 2.3.12 -> 2.3.13
2022-08-02 16:22:03 -03:00
github-actions[bot]
0df46e6fd8
Merge staging-next into staging 2022-08-02 18:01:55 +00:00
github-actions[bot]
411aad5a4d
Merge master into staging-next 2022-08-02 18:01:14 +00:00
Sandro
e76aa82431
Merge pull request #184598 from wegank/treewide-fix-platforms 2022-08-02 15:57:56 +02:00
superherointj
760d3a51b0
Merge pull request #184390 from r-ryantm/auto-update/ocaml4.13.1-reason
ocamlPackages.reason: 3.8.0 -> 3.8.1
2022-08-02 09:59:25 -03:00
R. Ryantm
eea38ee715 xa: 2.3.12 -> 2.3.13 2022-08-02 06:00:13 +00:00
zowoq
b18e7a1813 Revert "go_1_18: backport CL417615"
This reverts commit 4d1e04c00f.

fixed in 1.18.5
2022-08-02 11:38:34 +10:00
github-actions[bot]
df6d3919b7
Merge master into haskell-updates 2022-08-02 00:14:59 +00:00
github-actions[bot]
d0fae49900
Merge staging-next into staging 2022-08-02 00:03:05 +00:00
github-actions[bot]
ad090ff867
Merge master into staging-next 2022-08-02 00:02:24 +00:00
Sandro
a3b3912772
Merge pull request #184617 from SuperSandro2000/go-1-18-5
go_1_18: 1.18.4 -> 1.18.5
2022-08-02 00:01:01 +02:00
K900
357ae167e2 crystal_1_0, crystal_1_1: fix build 2022-08-02 00:34:28 +03:00
Sandro Jäckel
eba5f13c08 go_1_18: 1.18.4 -> 1.18.5 2022-08-02 07:24:26 +10:00
Sandro Jäckel
8fb01fab4f go_1_17: 1.17.12 -> 1.17.13 2022-08-02 07:23:38 +10:00
github-actions[bot]
e8ce2f4a26
Merge master into staging-next 2022-08-01 18:01:20 +00:00
Weijia Wang
278086eddb treewide: fix platforms 2022-08-01 18:33:27 +02:00
John Ericson
bf39e32272 compiler-rt: Fix "bare metal" case boolean logic
It is possible to both be bare metal and have a libc (newlib).

This libc doesn't provide very much --- not enough for CMake to think
the C toolchain works. We therefore adjust our logic so we hit the "bare
metal" case with or without libc.

The "use LLVM" bootstrap is intentionally not affected.
2022-08-01 12:18:54 -04:00
sternenseemann
ba819ddadf Merge remote-tracking branch 'origin/master' into haskell-updates 2022-08-01 15:26:29 +02:00
github-actions[bot]
c8b4067ae8
Merge master into staging-next 2022-08-01 12:01:37 +00:00
Guillaume Girol
6a792c2ed8
Merge pull request #179356 from logo4poop/update-haxe-4.2.5
Updated Haxe 4.2.1 -> 4.2.5
2022-08-01 11:34:44 +00:00
R. Ryantm
2fe12632ee ocamlPackages.reason: 3.8.0 -> 3.8.1 2022-08-01 01:08:27 +00:00
github-actions[bot]
0a7aec34aa
Merge master into haskell-updates 2022-08-01 00:16:00 +00:00
R. Ryantm
eb72f662f2 lingua-franca: 0.2.0 -> 0.3.0 2022-07-31 16:01:23 +00:00
github-actions[bot]
bb10509584
Merge master into staging-next 2022-07-31 12:02:29 +00:00
R. Ryantm
762e210698 z88dk: 2.1 -> 2.2 2022-07-31 07:23:28 +00:00
github-actions[bot]
eb9760b8f7
Merge master into haskell-updates 2022-07-31 00:15:01 +00:00
github-actions[bot]
95abc5680d
Merge master into staging-next 2022-07-31 00:03:10 +00:00
Anderson Torres
01a67a7342
Merge pull request #183993 from r-ryantm/auto-update/dxa
dxa: 0.1.4 -> 0.1.5
2022-07-30 17:58:39 -03:00
R. Ryantm
b62eadf3b1 dxa: 0.1.4 -> 0.1.5 2022-07-30 16:07:00 +00:00