File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 53
53
# aarch64-darwin requires ghc 8.10.7 and does not work on older nixpkgs
54
54
( v != "aarch64-darwin" || (
55
55
! __elem compiler-nix-name [ "ghc865" "ghc884" "ghc8104" "ghc810420210212" "ghc8105" "ghc8106" "ghc901" "ghc921" ]
56
- && ! __elem nixpkgsName [ "R2105" ] ) ) ) supportedSystems ) ( v : v ) ;
56
+ && ! __elem nixpkgsName [ "R2105" ] ) )
57
+ &&
58
+ # aarch64-linux requires ghc 8.8.4
59
+ ( v != "aarch64-linux" || (
60
+ ! __elem compiler-nix-name [ "ghc865" "ghc8104" "ghc810420210212" "ghc8105" "ghc8106" "ghc901" "ghc921" ]
61
+ ) ) ) supportedSystems ) ( v : v ) ;
57
62
crossSystems = nixpkgsName : nixpkgs : compiler-nix-name : system :
58
63
# We need to use the actual nixpkgs version we're working with here, since the values
59
64
# of 'lib.systems.examples' are not understood between all versions
You can’t perform that action at this time.
0 commit comments