From 776d8267c6948207a3b15243628f21c16ce58a54 Mon Sep 17 00:00:00 2001 From: Andres Löh Date: Fri, 23 Apr 2010 12:38:34 +0000 Subject: Added a couple of comments to ghc expression and myself as maintainer, in preparation for adding ghc-6.12.2 ... svn path=/nixpkgs/trunk/; revision=21268 --- pkgs/development/compilers/ghc/6.12.1.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'pkgs/development') diff --git a/pkgs/development/compilers/ghc/6.12.1.nix b/pkgs/development/compilers/ghc/6.12.1.nix index b54001a70ea..20a3a606be8 100644 --- a/pkgs/development/compilers/ghc/6.12.1.nix +++ b/pkgs/development/compilers/ghc/6.12.1.nix @@ -5,6 +5,7 @@ stdenv.mkDerivation rec { name = "ghc-${version}"; + # TODO: Does this have to be here, or can it go to meta? homepage = "http://haskell.org/ghc"; src = fetchurl { @@ -34,11 +35,14 @@ stdenv.mkDerivation rec { meta = { inherit homepage; description = "The Glasgow Haskell Compiler"; - maintainers = [stdenv.lib.maintainers.marcweber]; + maintainers = [ + stdenv.lib.maintainers.marcweber + stdenv.lib.maintainers.andres + ]; platforms = stdenv.lib.platforms.linux; }; - + # TODO: requires a comment as to what it does and why it is needed. passthru = { corePackages = [ [ "Cabal" "1.8.0.2" ] -- cgit 1.4.1