mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
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!
|
||||
|
||||
{ cabal, binary, deepseq, extra, filepath, hashable, jsFlot
|
||||
{ gcc, cabal, binary, deepseq, extra, filepath, hashable, jsFlot
|
||||
, jsJquery, QuickCheck, random, time, transformers
|
||||
, unorderedContainers, utf8String
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "shake";
|
||||
version = "0.14.2";
|
||||
sha256 = "0wb4rvnkw6gag1jffv9z2by7y8gifp58pnw3n7dyc01yglbys72m";
|
||||
version = "0.14.3";
|
||||
sha256 = "1s5xm205k3pvndn21vd0y9mnggrm91psf64mw445r08xasi658vl";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildTools = [ gcc ];
|
||||
buildDepends = [
|
||||
binary deepseq extra filepath hashable jsFlot jsJquery random time
|
||||
transformers unorderedContainers utf8String
|
||||
|
Loading…
Reference in New Issue
Block a user