From a63c085661f8c13974fbd6434bb1a7c748a4d750 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Tue, 10 Oct 2023 15:53:34 +1100 Subject: haskell.compiler.ghc98: init at 9.8.1 https://www.haskell.org/ghc/blog/20231009-ghc-9.8.1-released.html - Use source-built GHC 9.4.7, pending packaging of bindist. - The aarch64-linux space saving strategy via disabling hyperlinked source is disabled for now, pending either an updated patch or an user defined flavour using https://gitlab.haskell.org/ghc/ghc/-/merge_requests/10850. Co-authored-by: sternenseemann --- pkgs/development/compilers/ghc/9.8.1.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pkgs/development/compilers/ghc/9.8.1.nix (limited to 'pkgs/development/compilers/ghc/9.8.1.nix') diff --git a/pkgs/development/compilers/ghc/9.8.1.nix b/pkgs/development/compilers/ghc/9.8.1.nix new file mode 100644 index 00000000000..7c8c476c5b1 --- /dev/null +++ b/pkgs/development/compilers/ghc/9.8.1.nix @@ -0,0 +1,4 @@ +import ./common-hadrian.nix rec { + version = "9.8.1"; + sha256 = "b2f8ed6b7f733797a92436f4ff6e088a520913149c9a9be90465b40ad1f20751"; +} -- cgit 1.4.1