haskell-MFlow: update to version 0.4.5.6

This commit is contained in:
Peter Simons 2014-07-28 12:17:38 +02:00
parent 8e6c0afd0f
commit a62a2c303d

View file

@ -1,29 +1,21 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, acidState, aws, blazeHtml, blazeMarkup, caseInsensitive
, clientsession, conduit, conduitExtra, cpphs, extensibleExceptions
, hamlet, hscolour, httpConduit, httpTypes, monadloc, monadLogger
, mtl, network, parsec, persistent, persistentSqlite
, persistentTemplate, pwstoreFast, random, RefSerialize, resourcet
, safecopy, shakespeare, stm, TCache, tcacheAWS, text, time
, transformers, utf8String, vector, wai, waiExtra, warp, warpTls
, Workflow
{ cabal, blazeHtml, blazeMarkup, caseInsensitive, clientsession
, conduit, conduitExtra, cpphs, extensibleExceptions, httpTypes
, monadloc, mtl, parsec, pwstoreFast, random, RefSerialize
, resourcet, stm, TCache, text, time, transformers, utf8String
, vector, wai, waiExtra, warp, warpTls, Workflow
}:
cabal.mkDerivation (self: {
pname = "MFlow";
version = "0.4.5.5";
sha256 = "0ggwzjxhw2xmp2m6a560pn5m0qfn80x5q23vrd2k9aqxh8n2k6i5";
isLibrary = true;
isExecutable = true;
version = "0.4.5.6";
sha256 = "12rgp4x2in3r1hf4j1fr5ih0x0mb54x1rdr1mjllbh8c09ricrah";
buildDepends = [
acidState aws blazeHtml blazeMarkup caseInsensitive clientsession
conduit conduitExtra extensibleExceptions hamlet hscolour
httpConduit httpTypes monadloc monadLogger mtl network parsec
persistent persistentSqlite persistentTemplate pwstoreFast random
RefSerialize resourcet safecopy shakespeare stm TCache tcacheAWS
text time transformers utf8String vector wai waiExtra warp warpTls
Workflow
blazeHtml blazeMarkup caseInsensitive clientsession conduit
conduitExtra extensibleExceptions httpTypes monadloc mtl parsec
pwstoreFast random RefSerialize resourcet stm TCache text time
transformers utf8String vector wai waiExtra warp warpTls Workflow
];
buildTools = [ cpphs ];
meta = {