about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-02-19 16:21:57 +0100
committersternenseemann <sternenseemann@systemli.org>2023-03-08 17:12:18 +0100
commit471b9cab41b218080f5e9f4abbc83eaaa60c6abf (patch)
treeb2cc6155bf8b3c5c3d4f07931c54b3dfffaf2fa7 /pkgs/development/compilers/ghc
parentfaa92cd30b1079e76b99716aa92df7cc5c552dd6 (diff)
downloadnixlib-471b9cab41b218080f5e9f4abbc83eaaa60c6abf.tar
nixlib-471b9cab41b218080f5e9f4abbc83eaaa60c6abf.tar.gz
nixlib-471b9cab41b218080f5e9f4abbc83eaaa60c6abf.tar.bz2
nixlib-471b9cab41b218080f5e9f4abbc83eaaa60c6abf.tar.lz
nixlib-471b9cab41b218080f5e9f4abbc83eaaa60c6abf.tar.xz
nixlib-471b9cab41b218080f5e9f4abbc83eaaa60c6abf.tar.zst
nixlib-471b9cab41b218080f5e9f4abbc83eaaa60c6abf.zip
haskell.compiler.ghcHEAD: 9.7.20221224 -> 9.7.20230217
- Christmas is over!

- Upstream has changed the name of the target triplet used for the JS
  backend from js-unknown-ghcjs to javascript-unknown-ghcjs, since Cabal
  calls the architecture "javascript":
  https://gitlab.haskell.org/ghc/ghc/-/commit/6636b670233522f01d002c9b97827d00289dbf5c

  Since the triplet is made up anyways, i.e. autoconf does not support
  it and Rust uses different triplets for its emscripten backends, we'll
  just change it as well.

- Upstream fixed the problem with ar(1) being invoked incorrectly by stage0:
  https://gitlab.haskell.org/ghc/ghc/-/commit/e987e345c807035e4637ca3eae227ae501e16c42
Diffstat (limited to 'pkgs/development/compilers/ghc')
-rw-r--r--pkgs/development/compilers/ghc/head.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/ghc/head.nix b/pkgs/development/compilers/ghc/head.nix
index 19739ecbd14f..35d285ca2b2e 100644
--- a/pkgs/development/compilers/ghc/head.nix
+++ b/pkgs/development/compilers/ghc/head.nix
@@ -1,5 +1,5 @@
 import ./common-hadrian.nix {
-  version = "9.7.20221224";
-  rev = "a5bd0eb8dd1d03c54e1b0b476ebbc4cc886d6f19";
-  sha256 = "1rrds9alzpy4vyh2isan32h1zmf44nsr8552wbsn1y3fg6bnpbxi";
+  version = "9.7.20230217";
+  rev = "a203ad854ffee802e6bf0aca26e6c9a99bec3865";
+  sha256 = "06q6l7svdynvdv90yz6dxbsk3j5c8gh5ghwfl02rdwamcrzw7zic";
 }