haskell-shake: update to version 0.13.3

This commit is contained in:
Peter Simons 2014-09-19 13:25:27 +02:00
parent 3ada930077
commit 16a701b8c5

View File

@ -6,8 +6,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "shake"; pname = "shake";
version = "0.13.2"; version = "0.13.3";
sha256 = "0ibq0y0dxxahfwgcvamjfhbl5mrqmj7ryzf8bfmqky843fg7dyna"; sha256 = "030hvhvd2s6inp4nfl21vzp7qw1ssy34f7zdh1sfknyk8lszzinb";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -19,7 +19,7 @@ cabal.mkDerivation (self: {
transformers unorderedContainers utf8String transformers unorderedContainers utf8String
]; ];
meta = { meta = {
homepage = "https://github.com/ndmitchell/shake"; homepage = "https://github.com/ndmitchell/shake#readme";
description = "Build system library, like Make, but more accurate dependencies"; description = "Build system library, like Make, but more accurate dependencies";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;