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
1 changed files with 6 additions and 2 deletions

View File

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