nixpkgs/pkgs/development/compilers/ghc
sternenseemann 1eddb04ac9 haskell.compiler.{ghc962,ghcHEAD}: no rendered src on aarch64-linux
This saves just enough space on aarch64-linux so that the hadrian built
GHCs are under the 3GB Hydra output limit:

| compiler | before     | after      | Δ          |
|----------|------------|------------|------------|
| ghc962   | 3241234736 | 2810740560 | -430494176 |
| ghcHEAD  | 3341288328 | 2902760872 | -438527456 |

The total output size can be calculated using (don't forget to use
aarch64-linux):

```
nix-build -A <compiler> | xargs nix path-info -s | awk '{ s += $2 }; END { print s }'
```
2023-07-10 23:14:54 +02:00
..
8.6.5-binary.nix haskell.compiler.ghc865Binary: add powerpc64le bootstrap 2022-07-01 13:05:30 +02:00
8.8.4.nix haskell: re-enable profiling on aarch64 2023-07-04 15:29:40 +02:00
8.10.2-binary.nix haskell.*.ghc*BinaryMinimal: remove 2023-07-04 15:29:40 +02:00
8.10.7-binary.nix haskell.compiler.ghc8107Binary: tag bindists built using hadrian 2023-02-05 14:01:25 +01:00
8.10.7.nix haskell: re-enable profiling on aarch64 2023-07-04 15:29:40 +02:00
9.0.2.nix haskell: re-enable profiling on aarch64 2023-07-04 15:29:40 +02:00
9.2.4-binary.nix haskell.*.ghc*BinaryMinimal: remove 2023-07-04 15:29:40 +02:00
9.2.4.nix haskell: re-enable profiling on aarch64 2023-07-04 15:29:40 +02:00
9.2.5.nix haskell: re-enable profiling on aarch64 2023-07-04 15:29:40 +02:00
9.2.6.nix haskell: re-enable profiling on aarch64 2023-07-04 15:29:40 +02:00
9.2.7.nix haskell: re-enable profiling on aarch64 2023-07-04 15:29:40 +02:00
9.2.8.nix haskell: re-enable profiling on aarch64 2023-07-04 15:29:40 +02:00
9.4.2.nix haskell: re-enable profiling on aarch64 2023-07-04 15:29:40 +02:00
9.4.3.nix haskell: re-enable profiling on aarch64 2023-07-04 15:29:40 +02:00
9.4.4.nix haskell: re-enable profiling on aarch64 2023-07-04 15:29:40 +02:00
9.4.5.nix haskell: re-enable profiling on aarch64 2023-07-04 15:29:40 +02:00
9.6.2.nix haskell.compiler.ghc962: init at 9.6.2 2023-05-30 13:35:14 +02:00
Cabal-3.2-3.4-paths-fix-cycle-aarch64-darwin.patch haskell.compiler.ghc{8107,902}: give cabal-paths.patch a better name 2023-03-11 12:22:48 +01:00
Cabal-3.6-paths-fix-cycle-aarch64-darwin.patch haskell.compiler.ghc9*: work around output cycles on aarch64-darwin 2023-03-11 12:22:48 +01:00
common-hadrian.nix haskell.compiler.{ghc962,ghcHEAD}: no rendered src on aarch64-linux 2023-07-10 23:14:54 +02:00
gcc-clang-wrapper.sh
ghc-8.8.4-sphinx-6.0.patch haskell.compiler: fix GHCs' user guide build with sphinx >= 6.0 2023-03-03 23:56:30 +01:00
head.nix haskell.compiler.ghcHEAD: 9.7.20230505 -> 9.7.20230527 2023-06-08 18:17:07 +02:00
rename-numa-api-call.patch ghc8.8.4: fix mingw build 2021-09-09 03:35:17 +01:00
respect-ar-path.patch Fix ar command path in GHC. 2021-02-05 22:54:09 +01:00
sphinx-4-configuration.patch haskell.compiler.ghc8104: patch for sphinx >= 4.0 2021-06-22 13:42:55 +02:00