ghcjs-*: Expose the version of GHC used
This is more meaningful than the GHCJS version for most tasks.
This commit is contained in:
@@ -42,6 +42,7 @@ let
|
||||
targetPrefix = "";
|
||||
inherit bootGhcjs;
|
||||
inherit (bootGhcjs) version;
|
||||
ghcVersion = bootPkgs.ghc.version;
|
||||
isGhcjs = true;
|
||||
|
||||
enableShared = true;
|
||||
|
||||
Reference in New Issue
Block a user