Merge pull request #5843 from krisajenkins/shake
Fixing and updating shake, the haskell make-alike.
This commit is contained in:
commit
d975c1ef93
|
@ -1,16 +1,15 @@
|
||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
{ gcc, cabal, binary, deepseq, extra, filepath, hashable, jsFlot
|
||||||
|
|
||||||
{ cabal, binary, deepseq, extra, filepath, hashable, jsFlot
|
|
||||||
, jsJquery, QuickCheck, random, time, transformers
|
, jsJquery, QuickCheck, random, time, transformers
|
||||||
, unorderedContainers, utf8String
|
, unorderedContainers, utf8String
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "shake";
|
pname = "shake";
|
||||||
version = "0.14.2";
|
version = "0.14.3";
|
||||||
sha256 = "0wb4rvnkw6gag1jffv9z2by7y8gifp58pnw3n7dyc01yglbys72m";
|
sha256 = "1s5xm205k3pvndn21vd0y9mnggrm91psf64mw445r08xasi658vl";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
|
buildTools = [ gcc ];
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary deepseq extra filepath hashable jsFlot jsJquery random time
|
binary deepseq extra filepath hashable jsFlot jsJquery random time
|
||||||
transformers unorderedContainers utf8String
|
transformers unorderedContainers utf8String
|
||||||
|
|
Loading…
Reference in New Issue