File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 78
78
let lib = nixpkgs . lib ;
79
79
in lib . optionalAttrs ( nixpkgsName == "unstable"
80
80
&& ( __match ".*llvm" compiler-nix-name == null )
81
- && ( ( system == "x86_64-linux" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948 "] )
82
- || ( system == "aarch64-linux" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948 "] )
83
- || ( system == "x86_64-darwin" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" "ghc966" "ghc967" "ghc96720250227" "ghc982" "ghc983" "ghc984 "] )
84
- || ( system == "aarch64-darwin" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" "ghc966" "ghc967" "ghc96720250227" "ghc982" "ghc983" "ghc984 "] )
81
+ && ( ( system == "x86_64-linux" && ! builtins . elem compiler-nix-name [ "ghc9102 " ] )
82
+ || ( system == "aarch64-linux" && ! builtins . elem compiler-nix-name [ "ghc9102 " ] )
83
+ || ( system == "x86_64-darwin" && ! builtins . elem compiler-nix-name [ "ghc9102 " ] )
84
+ || ( system == "aarch64-darwin" && ! builtins . elem compiler-nix-name [ "ghc9102 " ] )
85
85
) ) {
86
86
inherit ( lib . systems . examples ) ghcjs ;
87
87
} // lib . optionalAttrs ( nixpkgsName == "unstable"
You can’t perform that action at this time.
0 commit comments