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.
This commit is contained in:
sternenseemann
2025-08-12 14:33:01 +02:00
parent bbefb1d462
commit 26dc439eb4
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
import ./common-hadrian.nix {
version = "9.13.20250428";
rev = "22d11fa818fae2c95c494fc0fac1f8cb4c6e7cb6";
sha256 = "0f3xc4k662yrlx8abqqrbgvwzr0ffnpiw8z4a47nnai4xk5k0wjl";
version = "9.15.20250805";
rev = "c2a78cea95d2d6cdd26a1c42556aad1f368ee4bd";
sha256 = "1pan87xyi9572rbispsvsxvajsxxzg36i35m09mk6spc5qr7a3dy";
}
@@ -53,7 +53,7 @@ mkDerivation {
# https://gitlab.haskell.org/ghc/ghc/-/issues/24382
# https://gitlab.haskell.org/ghc/ghc/-/commit/a2c033cf82635c83f3107706634bebee43297b99
(lib.versionAtLeast ghcVersion "9.6.7" && lib.versionOlder ghcVersion "9.7")
|| (lib.versionAtLeast ghcVersion "9.12" && lib.versionOlder ghcVersion "9.15");
|| lib.versionAtLeast ghcVersion "9.12";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [