github-actions[bot]
5f6b37f57e
Merge master into haskell-updates
2021-09-01 00:07:34 +00:00
Jack Cummings
912565a708
whitespace
2021-08-31 16:53:58 -05:00
Jack Cummings
6e968a8550
bluespec: style changes, checkInputs
2021-08-31 16:53:58 -05:00
Jack Cummings
83088d4503
whitespace
2021-08-31 16:53:58 -05:00
Jack Cummings
dea07960df
bluespec: use only 'check-smoke' for now
2021-08-31 16:53:58 -05:00
Jack Cummings
de2257e11c
whitespace
2021-08-31 16:53:58 -05:00
Jack Cummings
67247c113e
bluespec: unstable-2021.03.29 -> 2021.07
2021-08-31 16:53:58 -05:00
github-actions[bot]
100003e8ce
Merge master into haskell-updates
2021-08-31 00:09:17 +00:00
sternenseemann
3ff0594935
haskell.compiler.ghc884: remove big-parallel
...
GHC 8.8.4 seems to be quite susceptible to flaky build failures when
using more cores. Since we don't care about speed too much with this
one, let's disable big-parallel again.
2021-08-30 12:17:09 +02:00
Vincent Laporte
39067594f5
ocaml-ng.ocamlPackages_4_13.ocaml: 4.13.0-α2 → 4.13.0-β1
2021-08-30 07:38:35 +02:00
github-actions[bot]
423e1eaafd
Merge master into haskell-updates
2021-08-30 00:06:11 +00:00
Tom Repetti
c33c7c3d5f
clang_11: Fix RISC-V builds for compiler-rt. ( #135718 )
...
Closes : #135628
2021-08-29 19:31:30 -04:00
Robert Hensing
6129057412
Merge pull request #136043 from polykernel/treewide-concatstringssep-patch
...
treewide: lib.concatStrings (lib.intersperse ...) -> lib.concatStringsSep …
2021-08-29 23:24:57 +02:00
Ben Siraphob
816fa4a99f
Merge pull request #136086 from r-ryantm/auto-update/python3.8-vyper
2021-08-29 09:48:03 -05:00
Domen Kožar
6f1242469a
ghc: 8.10.5-binary -> 8.10.7-binary
2021-08-29 15:29:27 +02:00
R. RyanTM
1025f27189
python38Packages.vyper: 0.2.15 -> 0.2.16
2021-08-29 08:38:08 +00:00
github-actions[bot]
e96f5aea47
Merge master into haskell-updates
2021-08-29 00:06:33 +00:00
Michael Weiss
ae75e98913
Merge pull request #136061 from primeos/llvmPackages_git
...
llvm/update-git.py: Automatically commit the changes
2021-08-28 23:18:31 +02:00
Michael Weiss
00e380f1be
llvmPackages/update.sh: Support LLVM 13+
2021-08-28 22:55:08 +02:00
Michael Weiss
680c2e60c9
llvm/update-git.py: Automatically commit the changes
2021-08-28 22:54:31 +02:00
polykernel
ca20a96b5f
treewide: concatStrings (intersperse ...) -> concatStringsSep ...
...
Update all usage of lib.concatStrings (lib.intersperse ...) to
lib.concatStringsSep. This produces the same result as per https://github.com/NixOS/nixpkgs/pull/135843 ,
however it yields a performance benefit on Nix versions that
support the builtins.concatStringsSep primop.
2021-08-28 11:57:59 -04:00
sternenseemann
a008c419dd
haskell.compiler.ghc921: provide xattr on darwin
...
GHC 9.2.1-rc1 needs to run xattr in ghc.mk unconditionally. The fix for
this and support for the XATTR environment variable have only been added
to the GHC 8.10 series so far.
2021-08-28 16:17:21 +02:00
sternenseemann
b756d62d8d
haskell.compiler.ghcHEAD: provide xattr on darwin
...
This darwin specific tool is required for GHC on master
nowadays. Unfortunately the XATTR environment variable only works in the
GHC 8.10 series.
2021-08-28 16:17:21 +02:00
sternenseemann
a0142cc3cc
Merge remote-tracking branch 'origin/master' into haskell-updates
2021-08-28 14:45:41 +02:00
Domen Kožar
09818c59fa
Merge pull request #135345 from prusnak/ghc-aarch64-darwin
...
ghc: enable build on aarch64-darwin (aka Apple Silicon)
2021-08-28 13:10:55 +02:00
Pavol Rusnak
e0b89affa0
haskellPackages: fix ghc build on aarch64-darwin
...
by adding autoSignDarwinBinariesHook to nativeBuildInputs
2021-08-28 12:54:06 +02:00
Michael Weiss
b9e35f1c86
Merge pull request #135923 from primeos/llvmPackages_13
...
llvmPackages_13: 13.0.0-rc1 -> 13.0.0-rc2
2021-08-28 11:34:11 +02:00
github-actions[bot]
c85c717e9b
Merge master into haskell-updates
2021-08-28 00:05:53 +00:00
Michael Weiss
bac15390f5
llvmPackages_13: 13.0.0-rc1 -> 13.0.0-rc2
...
Upstream backported 5060224d9eed8b8359ed5090bb7c577b8575e9e7:
93da37dc58
2021-08-28 00:00:47 +02:00
Michael Weiss
6bb97886ad
llvmPackages_git: 2021-08-03 -> 2021-08-13
2021-08-27 20:14:28 +02:00
maralorn
354752c682
Merge pull request #135838 from sternenseemann/ghc-8.10.7
...
ghc: 8.10.6 -> 8.10.7
2021-08-27 19:34:38 +02:00
Dennis Gosnell
9eee295881
Merge pull request #135729 from cdepillabout/bump-purescript
...
purescript: 0.14.3 -> 0.14.4
2021-08-27 11:21:28 +09:00
Dennis Gosnell
688eef3c04
purescript: add missing dependency to update script
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-27 10:45:20 +09:00
github-actions[bot]
2b967ea234
Merge master into haskell-updates
2021-08-27 00:06:46 +00:00
Michael Raskin
7c3be098d3
Merge pull request #133217 from yu-re-ka/feature/emscripten-2-0-26
...
emscripten: 2.0.10 -> 2.0.26
2021-08-26 23:08:02 +00:00
sternenseemann
9eca744cc0
ghc: 8.10.6 -> 8.10.7
...
https://www.haskell.org/ghc/download_ghc_8_10_7.html
2021-08-27 00:42:51 +02:00
Paul-Nicolas Madelaine
6e758d0e81
fstar: 0.9.6.0 -> 2021.07.31
2021-08-26 13:36:29 +02:00
(cdep)illabout
aff01371c1
purescript: add updateScript for automatic updates
2021-08-26 10:20:27 +09:00
(cdep)illabout
905a62e6c3
purescript: 0.14.3 -> 0.14.4
2021-08-26 10:16:28 +09:00
github-actions[bot]
faa97c56dc
Merge master into haskell-updates
2021-08-26 00:06:00 +00:00
R. RyanTM
bcd4ec4f48
kotlin: 1.5.21 -> 1.5.30
2021-08-25 07:00:16 +00:00
Pavol Rusnak
02c5e5173f
haskellPackages: introduce ghc8105Binary to enable aarch64-darwin bootstrap
2021-08-24 18:49:25 +02:00
sternenseemann
b4f66903e3
haskell.compiler.*: make big-parallel
...
Compiling GHC on Hydra takes 3h or more (with -j2) whereas even on an
outdated CPU GHC can be compiled in under an hour with -j4. To get a
higher NIX_BUILD_CORES value at build time, we'll have to mark GHC
big-parallel.
2021-08-24 00:57:19 +02:00
Joe Hermaszewski
ea7f40ef09
Merge remote-tracking branch 'origin/master' into haskell-updates
2021-08-23 23:10:16 +08:00
Sandro
9657c3861f
Merge pull request #135446 from VergeDX/zulu
2021-08-23 16:18:58 +02:00
Sandro
e698133fe4
Merge pull request #135432 from Emantor/bump/dtc
...
dtc: 1.6.0 -> 1.6.1
2021-08-23 15:58:56 +02:00
Vanilla
8b1dae8b3c
zulu: 11.41.23 -> 11.50.19
2021-08-23 20:56:56 +08:00
Rouven Czerwinski
22371fd67f
dtc: 1.6.0 -> 1.6.1
...
New upstream release:
Changes since v1.6.0 include:
* A number of bugfixes
* Fix many warnings with -Wsign-compare
* Add compilation with meson (not used by default so far)
* Yet another revamp of how we handle unaligned accesses
* Added a number of extra checks for common tree errors
* Checks for interrupt providers
* i2c reg properties
* Tighten checking of gpio properties
* Reduce dependencies when building libfdt only
* Allow libfdt.h header to be used from C++ more easily
* Accept .dtbo extension for overlays
* Update valid node and property characters to match current devicetree spec
* Add several checks for root node sanity in fdt_check_full()
* Somewhat more robust type labelling for the benefit of yaml output
2021-08-23 12:45:14 +02:00
Guillaume Bouchard
5c1d3b7944
ghc: add guibou as maintainers for all ghc compilers
2021-08-23 12:40:11 +02:00
Guillaume Bouchard
e0f7b04c2e
ghc: add 9.2.1 (rc1)
2021-08-23 12:40:11 +02:00