ghc-wrapper: rename 'ghcVersion' attribute to 'version' for consistency
This commit is contained in:
@@ -82,6 +82,5 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
inherit ghc GHCGetPackages GHCPackages;
|
||||
inherit (ghc) meta;
|
||||
ghcVersion = ghc.version;
|
||||
inherit (ghc) meta version;
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
# this check won't be needed anymore after ghc-wrapper is fixed
|
||||
# to show ghc-builtin packages in "ghc-pkg list" output.
|
||||
let binaryIsBuiltIn = builtins.compareVersions "7.2.1" ghc.ghcVersion != 1;
|
||||
let binaryIsBuiltIn = builtins.compareVersions "7.2.1" ghc.version != 1;
|
||||
|
||||
in stdenv.mkDerivation {
|
||||
name = "uhc-svn-git20120502";
|
||||
|
||||
Reference in New Issue
Block a user