summary refs log tree commit diff
path: root/pkgs/lib
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-08-09 09:54:50 +0000
committerPeter Simons <simons@cryp.to>2011-08-09 09:54:50 +0000
commitc13f967ed5c0a4670de067360f45f6f89d7e5824 (patch)
treefed5ffd7daaf3a38ef76347cc97c9398a489fe90 /pkgs/lib
parentc4b18a282f932f9789f363b73c368e394b76cf1a (diff)
downloadnixlib-c13f967ed5c0a4670de067360f45f6f89d7e5824.tar
nixlib-c13f967ed5c0a4670de067360f45f6f89d7e5824.tar.gz
nixlib-c13f967ed5c0a4670de067360f45f6f89d7e5824.tar.bz2
nixlib-c13f967ed5c0a4670de067360f45f6f89d7e5824.tar.lz
nixlib-c13f967ed5c0a4670de067360f45f6f89d7e5824.tar.xz
nixlib-c13f967ed5c0a4670de067360f45f6f89d7e5824.tar.zst
nixlib-c13f967ed5c0a4670de067360f45f6f89d7e5824.zip
Replaced the obsolete 'haskellPlatforms' attribute with the platforms exported by GHC.
svn path=/nixpkgs/trunk/; revision=28418
Diffstat (limited to 'pkgs/lib')
-rw-r--r--pkgs/lib/platforms.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/lib/platforms.nix b/pkgs/lib/platforms.nix
index 90ccf66f20c9..e9ed1e226e79 100644
--- a/pkgs/lib/platforms.nix
+++ b/pkgs/lib/platforms.nix
@@ -13,5 +13,4 @@ rec {
   all = linux ++ darwin ++ cygwin ++ freebsd ++ openbsd;
   allBut = platform: lists.filter (x: platform != x) all;
   mesaPlatforms = linux ++ darwin ++ freebsd;
-  haskellPlatforms = ["i686-linux" "x86_64-linux" "i686-darwin"];
 }