haskell-cake3: update to version 0.5.1.0

This commit is contained in:
Peter Simons 2014-07-07 11:26:18 +02:00
parent a9a9b758d0
commit 93e5ad83bc

View File

@ -1,18 +1,18 @@
{ cabal, attoparsec, deepseq, filepath, haskellSrcMeta { cabal, attoparsec, deepseq, filepath, haskellSrcMeta
, languageJavascript, mimeTypes, monadloc, mtl, optparseApplicative , languageJavascript, mimeTypes, monadloc, mtl, optparseApplicative
, syb, systemFilepath, text, textFormat , parsec, syb, systemFilepath, text, textFormat
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "cake3"; pname = "cake3";
version = "0.5.0.0"; version = "0.5.1.0";
sha256 = "0hfnda0xp8saav85pgqmcb6ib699gm6gy5f087nlrx7058f4n7ji"; sha256 = "0kqx8xr0ynbn7fhfz11is7lbi32dfladsx32bcpspykqj1bjv954";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
attoparsec deepseq filepath haskellSrcMeta languageJavascript attoparsec deepseq filepath haskellSrcMeta languageJavascript
mimeTypes monadloc mtl optparseApplicative syb systemFilepath text mimeTypes monadloc mtl optparseApplicative parsec syb
textFormat systemFilepath text textFormat
]; ];
meta = { meta = {
homepage = "https://github.com/grwlf/cake3"; homepage = "https://github.com/grwlf/cake3";