File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 9191 inherit ( lib . systems . examples ) ghcjs ;
9292 } // lib . optionalAttrs ( nixpkgsName == "unstable"
9393 && ( __match ".*llvm" compiler-nix-name == null )
94- && ! builtins . elem compiler-nix-name [ "ghc967" "ghc984" "ghc9102" " ghc9103"]
94+ && ! builtins . elem compiler-nix-name [ "ghc967" "ghc984" "ghc9103" ]
9595 && system != "x86_64-darwin" ) {
9696 inherit ( lib . systems . examples ) wasi32 ;
9797 } // lib . optionalAttrs ( nixpkgsName == "unstable"
111111 } // lib . optionalAttrs ( __match ".*llvm" compiler-nix-name == null && system == "x86_64-linux" && nixpkgsName == "unstable" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" ] ) {
112112 # Out llvm versions of GHC seem to break for musl32
113113 inherit ( lib . systems . examples ) musl32 ;
114- } // lib . optionalAttrs ( system == "x86_64-linux" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" ] ) {
114+ } // lib . optionalAttrs ( system == "x86_64-linux"
115+ && ! builtins . elem compiler-nix-name [ "ghc967" "ghc984" "ghc9103" ] ) {
115116 inherit ( lib . systems . examples ) aarch64-android-prebuilt ;
116- } // lib . optionalAttrs ( system == "x86_64-linux" && nixpkgsName != "unstable" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" "ghc9103" "ghc9103llvm" "ghc91320250523" ] ) {
117+ } // lib . optionalAttrs ( system == "x86_64-linux"
118+ && nixpkgsName != "unstable"
119+ && ! builtins . elem compiler-nix-name [ "ghc967" "ghc984" "ghc9103" "ghc91320250523" ] ) {
117120 inherit ( lib . systems . examples ) armv7a-android-prebuilt ;
118121 } // lib . optionalAttrs ( system == "x86_64-linux" && nixpkgsName == "unstable" && ! builtins . elem compiler-nix-name [ "ghc8107" "ghc902" ] ) {
119122 # TODO fix this for the compilers we build with hadrian (ghc >=9.4)
You can’t perform that action at this time.
0 commit comments