Newer
Older
mkDerivation {
pname = "foundation";
version = "0.0.30";
sha256 = "f6f3ccc3ff2dd010373038468c4ffa7f19e0557c00f0c1a53bb9bd1740c30d86";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base basement ghc-prim ];
testHaskellDepends = [ base basement ];
benchmarkHaskellDepends = [ base basement gauge ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-foundation/foundation";
description = "Alternative prelude with batteries and no dependencies";
license = lib.licenses.bsd3;