ghc-wrapper: rename 'ghcVersion' attribute to 'version' for consistency

This commit is contained in:
Peter Simons
2013-10-20 15:40:22 +02:00
parent 911ca85240
commit fae8fd8ef1
5 changed files with 5 additions and 6 deletions

View File

@@ -82,6 +82,5 @@ stdenv.mkDerivation {
'';
inherit ghc GHCGetPackages GHCPackages;
inherit (ghc) meta;
ghcVersion = ghc.version;
inherit (ghc) meta version;
}