Update shake to 0.13.1
This commit is contained in:
parent
3ee3a5d387
commit
853f2ca9d5
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "shake";
|
pname = "shake";
|
||||||
version = "0.12";
|
version = "0.13.1";
|
||||||
sha256 = "060bvbhk84zagghalg5nh5g17vj8z2kv0qb8vibcq58ahfayj655";
|
sha256 = "00dvf1ydfgpnkv09fywsvyn0sphjwdrqhvkc21axj580ykbqxrn7";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
|
|||||||
binary deepseq filepath hashable QuickCheck random time
|
binary deepseq filepath hashable QuickCheck random time
|
||||||
transformers unorderedContainers utf8String
|
transformers unorderedContainers utf8String
|
||||||
];
|
];
|
||||||
|
doCheck = !self.stdenv.isDarwin;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/ndmitchell/shake";
|
homepage = "https://github.com/ndmitchell/shake";
|
||||||
description = "Build system library, like Make, but more accurate dependencies";
|
description = "Build system library, like Make, but more accurate dependencies";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user