Commit Graph

11 Commits

Author SHA1 Message Date
sternenseemann
09d584eab5 haskell.compiler.*.ghc.hadrian:only jailbreak directory if necessary 2025-08-12 14:33:01 +02:00
sternenseemann
26dc439eb4 haskell.compiler.ghcHEAD: 9.13.20250428 -> 9.15.20250805
We can safely drop the upper bound for the jailbreak workaround for
directory >= 1.3.9.0 since all GHCs will probably have this constraint
going forward.
2025-08-12 14:33:01 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Wolfgang Walther
6d2cfa967d haskell.compiler.ghc967: init at 9.6.7
Release notes:
https://downloads.haskell.org/ghc/9.6.7/docs/users_guide/9.6.7-notes.html

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2025-03-31 14:02:36 +02:00
sternenseemann
d61f72dd7e haskell.compiler.ghcHEAD: 9.13.20250115 -> 9.13.20250205 2025-02-06 15:48:58 +01:00
sternenseemann
740c83e328 haskell.compiler.ghc9121: init at 9.12.1
https://www.haskell.org/ghc/blog/20241216-ghc-9.12.1-released.html
2024-12-22 12:59:32 +01:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
sternenseemann
c93aff17d5 haskell.compiler.ghc9{6,8}: apply hadrian patches to shared ghcSrc
This makes the hadrian expressions much simpler as we no longer need to
thread through extra arguments for special workarounds.
common-hadrian.nix decides in one place which patches we need and
directly applies them to the source used to build everything.
2024-04-27 15:03:02 +02:00
sternenseemann
2d02d0d463 haskell.compiler.ghc982: fix bootstrap with GHC 9.6
Bootsrapping with 9.6 doesn't work with 9.8.2 upstream due to erroneous
bounds on Cabal (<https://gitlab.haskell.org/ghc/ghc/-/issues/24100>)
which was planned to be addressed in 9.8.2, but apparently hasn't been,
so we need to extend the range for the workaround patch.
2024-02-26 17:19:02 +01:00
sternenseemann
020ef48076 haskell.compiler.ghc981: allow bootstrapping with GHC 9.6.*
That GHC version should be allowed due to bootstrapping support windows
GHC HQ promises, but isn't possible in practice due to an overly strict
constraint on Cabal in hadrian.
2024-01-07 13:48:41 +01:00
sternenseemann
2ec6f63534 haskell.compiler.ghcHEAD: 9.7.20230527 -> 9.9.20231014 2023-11-06 15:26:58 +01:00