3
0
Fork 0
forked from mirrors/nixpkgs

haskell-shake: update to version 0.10.8

This commit is contained in:
Peter Simons 2013-10-16 17:16:33 +02:00
parent 75ac9e0576
commit 35c78fe23c

View file

@ -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";