haskell-MFlow: update to version 0.4.5.5

This commit is contained in:
Peter Simons 2014-07-22 12:21:27 +02:00
parent 524be7b33c
commit 29f6060ca7

View File

@ -1,21 +1,29 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, blazeHtml, blazeMarkup, caseInsensitive, clientsession
, conduit, conduitExtra, cpphs, extensibleExceptions, httpTypes
, monadloc, mtl, parsec, random, RefSerialize, stm, TCache, text
, time, transformers, utf8String, vector, wai, warp, warpTls
{ 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.mkDerivation (self: {
pname = "MFlow";
version = "0.4.5.4";
sha256 = "1ih9ni14xmqvcfvayjkggmpmw3s9yzp17gf4xzygldmjcs35j4n3";
version = "0.4.5.5";
sha256 = "0ggwzjxhw2xmp2m6a560pn5m0qfn80x5q23vrd2k9aqxh8n2k6i5";
isLibrary = true;
isExecutable = true;
buildDepends = [
blazeHtml blazeMarkup caseInsensitive clientsession conduit
conduitExtra extensibleExceptions httpTypes monadloc mtl parsec
random RefSerialize stm TCache text time transformers utf8String
vector wai warp warpTls Workflow
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
];
buildTools = [ cpphs ];
meta = {