haskell-shake: update to version 0.10.8
This commit is contained in:
parent
75ac9e0576
commit
35c78fe23c
|
@ -4,14 +4,18 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "shake";
|
pname = "shake";
|
||||||
version = "0.10.7";
|
version = "0.10.8";
|
||||||
sha256 = "0r48kzldbgixr1c83sd7frvygqyjx32n67nri1nnamcwpvlv8hgv";
|
sha256 = "15r392b18nis9p0ys95kbj79hki19wid2gyrpy0z9zm2l5d1m3ya";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary deepseq filepath hashable random time transformers
|
binary deepseq filepath hashable random time transformers
|
||||||
unorderedContainers utf8String
|
unorderedContainers utf8String
|
||||||
];
|
];
|
||||||
|
testDepends = [
|
||||||
|
binary deepseq filepath hashable random time transformers
|
||||||
|
unorderedContainers utf8String
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://community.haskell.org/~ndm/shake/";
|
homepage = "http://community.haskell.org/~ndm/shake/";
|
||||||
description = "Build system library, like Make, but more accurate dependencies";
|
description = "Build system library, like Make, but more accurate dependencies";
|
||||||
|
|
Loading…
Reference in New Issue