haskell.compiler.ghcHEAD: 9.13.20250115 -> 9.13.20250205

This commit is contained in:
sternenseemann
2025-02-06 15:48:58 +01:00
parent 1236b61f3c
commit d61f72dd7e
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
import ./common-hadrian.nix {
version = "9.13.20250115";
rev = "f6493dbccc7bf95dcdf946b978e262f739e3e15a";
sha256 = "02cfsqz2szms2dnqycn4fqs066apfa3m5nsg4dfyhkfilqia0szk";
version = "9.13.20250205";
rev = "5622a14a7a036ab36e28963a4fba826a5ac798a7";
sha256 = "1djhs67gz136xvky7wsv44ic60j7xk4fzabr5why2jh312r4vlr4";
}
@@ -52,7 +52,7 @@ mkDerivation {
# that only seems to affect Windows. We never build GHC natively on Windows.
# https://gitlab.haskell.org/ghc/ghc/-/issues/24382
# https://gitlab.haskell.org/ghc/ghc/-/commit/a2c033cf82635c83f3107706634bebee43297b99
(lib.versionAtLeast ghcVersion "9.12" && lib.versionOlder ghcVersion "9.13");
(lib.versionAtLeast ghcVersion "9.12" && lib.versionOlder ghcVersion "9.15");
isLibrary = false;
isExecutable = true;
executableHaskellDepends =