1 { mkDerivation, base, lib
2 # GHC source tree to build ghc-toolchain from
7 pname = "ghc-platform";
11 sourceRoot="$sourceRoot/libraries/ghc-platform"
13 libraryHaskellDepends = [ base ];
14 description = "Platform information used by GHC and friends";
15 license = lib.licenses.bsd3;