ghcjs-*: Expose the version of GHC used
This is more meaningful than the GHCJS version for most tasks.
This commit is contained in:
@@ -133,6 +133,7 @@ in mkDerivation (rec {
|
||||
'';
|
||||
passthru = {
|
||||
inherit bootPkgs;
|
||||
ghcVersion = ghc.version;
|
||||
isCross = true;
|
||||
isGhcjs = true;
|
||||
inherit nodejs ghcjsBoot;
|
||||
|
||||
Reference in New Issue
Block a user