summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc/6.8.3.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/6.8.3.nix
parent0be3dae42fb5cd0744e5fea3c9fc72039eef8da0 (diff)
downloadnixpkgs-d3df8772c1a3fca0c266038981ca837c866b02f7.tar
nixpkgs-d3df8772c1a3fca0c266038981ca837c866b02f7.tar.gz
nixpkgs-d3df8772c1a3fca0c266038981ca837c866b02f7.tar.bz2
nixpkgs-d3df8772c1a3fca0c266038981ca837c866b02f7.tar.lz
nixpkgs-d3df8772c1a3fca0c266038981ca837c866b02f7.tar.xz
nixpkgs-d3df8772c1a3fca0c266038981ca837c866b02f7.tar.zst
nixpkgs-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/6.8.3.nix')
-rw-r--r--pkgs/development/compilers/ghc/6.8.3.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ghc/6.8.3.nix b/pkgs/development/compilers/ghc/6.8.3.nix
index e3c12cce8c7..b6900321552 100644
--- a/pkgs/development/compilers/ghc/6.8.3.nix
+++ b/pkgs/development/compilers/ghc/6.8.3.nix
@@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "The Glasgow Haskell Compiler";
+    platforms = ghc.meta.platforms;
   };
 
   configureFlags=[