summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc/7.0.4.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-08-09 07:42:05 +0000
committerPeter Simons <simons@cryp.to>2011-08-09 07:42:05 +0000
commitd3df8772c1a3fca0c266038981ca837c866b02f7 (patch)
treef2e63532f1b81c32162cd6a510e4af5543fc425b /pkgs/development/compilers/ghc/7.0.4.nix
parent0be3dae42fb5cd0744e5fea3c9fc72039eef8da0 (diff)
downloadnixlib-d3df8772c1a3fca0c266038981ca837c866b02f7.tar
nixlib-d3df8772c1a3fca0c266038981ca837c866b02f7.tar.gz
nixlib-d3df8772c1a3fca0c266038981ca837c866b02f7.tar.bz2
nixlib-d3df8772c1a3fca0c266038981ca837c866b02f7.tar.lz
nixlib-d3df8772c1a3fca0c266038981ca837c866b02f7.tar.xz
nixlib-d3df8772c1a3fca0c266038981ca837c866b02f7.tar.zst
nixlib-d3df8772c1a3fca0c266038981ca837c866b02f7.zip
pkgs/development/compilers/ghc: changed all GHC versions to use re-use the meta.platforms attribute of their bootstrap compiler
svn path=/nixpkgs/trunk/; revision=28409
Diffstat (limited to 'pkgs/development/compilers/ghc/7.0.4.nix')
-rw-r--r--pkgs/development/compilers/ghc/7.0.4.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghc/7.0.4.nix b/pkgs/development/compilers/ghc/7.0.4.nix
index ca3f72f08e43..6f7d802fa0b0 100644
--- a/pkgs/development/compilers/ghc/7.0.4.nix
+++ b/pkgs/development/compilers/ghc/7.0.4.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
       stdenv.lib.maintainers.marcweber
       stdenv.lib.maintainers.andres
     ];
-    platforms = stdenv.lib.platforms.haskellPlatforms;
+    platforms = ghc.meta.platforms;
   };
 
 }