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