27 lines
880 B
Nix
27 lines
880 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary, deepseq, filepath, hashable, QuickCheck, random
|
|
, time, transformers, unorderedContainers, utf8String
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "shake";
|
|
version = "0.13.4";
|
|
sha256 = "05w78d2hdw13f3i876iq1b5j137p4vr759da273p8k6alk4mi3am";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
binary deepseq filepath hashable random time transformers
|
|
unorderedContainers utf8String
|
|
];
|
|
testDepends = [
|
|
binary deepseq filepath hashable QuickCheck random time
|
|
transformers unorderedContainers utf8String
|
|
];
|
|
meta = {
|
|
homepage = "https://github.com/ndmitchell/shake#readme";
|
|
description = "Build system library, like Make, but more accurate dependencies";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|