pkgs/lib/platforms.nix: added 'haskellPlatforms', a list of all platforms on which a Haskell compiler is available
svn path=/nixpkgs/trunk/; revision=27791
This commit is contained in:
parent
fa99abdc89
commit
aeebf42fe6
@ -13,4 +13,5 @@ rec {
|
|||||||
all = linux ++ darwin ++ cygwin ++ freebsd ++ openbsd;
|
all = linux ++ darwin ++ cygwin ++ freebsd ++ openbsd;
|
||||||
allBut = platform: lists.filter (x: platform != x) all;
|
allBut = platform: lists.filter (x: platform != x) all;
|
||||||
mesaPlatforms = linux ++ darwin ++ freebsd;
|
mesaPlatforms = linux ++ darwin ++ freebsd;
|
||||||
|
haskellPlatforms = ["i686-linux" "x86_64-linux" "i686-darwin"];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user