about summary refs log tree commit diff
path: root/pkgs/top-level/release-haskell.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-08-30 16:18:57 +0200
committersternenseemann <sternenseemann@systemli.org>2023-10-04 17:13:56 +0200
commit32c1a8c383fdff0d6647b0d9cfe3d9bb3afa3fd2 (patch)
tree76cd6b69c93224d877892e8bf232df8fe8fd349b /pkgs/top-level/release-haskell.nix
parentaa78902905038aaae5a8a81e6aefa0921e64cbc7 (diff)
haskellPackages.ghc: 9.4.6 -> 9.4.7
https://www.haskell.org/ghc/blog/20230825-ghc-9.4.7-released.html

Notice that useLLVM is disabled for all aarch64 platforms to match
Diffstat (limited to 'pkgs/top-level/release-haskell.nix')
-rw-r--r--pkgs/top-level/release-haskell.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix
index 1c5615d5dbb17..9a2cbd96bd1f6 100644
--- a/pkgs/top-level/release-haskell.nix
+++ b/pkgs/top-level/release-haskell.nix
@@ -70,6 +70,7 @@ let
     ghc928
     ghc945
     ghc946
+    ghc947
     ghc962
   ];
 
@@ -535,6 +536,7 @@ let
         compilerNames.ghc928
         compilerNames.ghc945
         compilerNames.ghc946
+        compilerNames.ghc947
         compilerNames.ghc962
       ];
       hashable = released;
@@ -549,6 +551,7 @@ let
         compilerNames.ghc928
         compilerNames.ghc945
         compilerNames.ghc946
+        compilerNames.ghc947
         compilerNames.ghc962
       ];
     })