summaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/ghc/8.10.2-binary.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #122026 from sternenseemann/ghc-binary-no-aarch64-hydra•••haskell.compiler: misc cleanups for hydra aarch64 buildsmaralorn2021-05-071-1/+2
|\
| * ghc8102Binary, ghc865Binary: don't build aarch64 on hydra•••Unfortunately these compiler's normal binary versions exceed the maximum output size on hydra and thus can't be built on there. See also https://gitlab.haskell.org/ghc/ghc/-/issues/17051 sternenseemann2021-05-071-1/+2
* | haskell.compiler.ghc*Binary: update source URLs•••The tarball download URLs seem to have changed, so we adjust them in case anyone wants to reproduce the source of ghc8102Binary and ghc865Binary. Tested for x86_64-linux, i686-linux, aarch64-linux, x86_64-darwin. Resolves #121804. sternenseemann2021-05-071-5/+7
|/
* pkgs/development/compilers: stdenv.lib -> libBen Siraphob2021-01-231-23/+23
* ghc8102Binary*: simplify meta•••Not distributing dependencies via hydraPlatforms does not work, so we keep meta simple. (cherry picked from commit 4643796794897f2baa3a8015de5a9c9fd416f1ae) Robert Hensing2020-11-041-9/+2
* ghc8102BinaryMinimal: Re-add docs, remove more profiling files•••(cherry picked from commit 7bd21d3e2da8b9ae394258cef9f18bf0a8dd2d47) Robert Hensing2020-11-041-5/+7
* haskell.compiler.ghc8102BinaryMinimal: init•••To stay within hydra limit of 2^31 output size on aarch64-linux Robert Hensing2020-11-031-2/+24
* ghc:8.10.2Binary bootstrap for 8.8 on aarch64 (NixOS#97407)Will Young2020-10-211-11/+42
* Revert "haskell.ghc8102Binary: fix extra inputs"•••This reverts commit fb719d957f9addd3adf01ec44c0adaf68eb20282. Richard Marko2020-09-261-1/+0
* ghc8102Binary: add numactl to libPath on aarch64•••Fixes: utils/ghc-cabal/dist-install/build/tmp/ghc-cabal: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory Richard Marko2020-09-261-2/+3
* haskell.ghc8102Binary: fix extra inputsJonathan Ringer2020-09-251-0/+1
* ghc8102Binary: init, enable armv7lRichard Marko2020-09-241-0/+173