haskell-MFlow: update to version 0.4.5.5
This commit is contained in:
parent
524be7b33c
commit
29f6060ca7
1 changed files with 18 additions and 10 deletions
|
@ -1,21 +1,29 @@
|
||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, blazeHtml, blazeMarkup, caseInsensitive, clientsession
|
{ cabal, acidState, aws, blazeHtml, blazeMarkup, caseInsensitive
|
||||||
, conduit, conduitExtra, cpphs, extensibleExceptions, httpTypes
|
, clientsession, conduit, conduitExtra, cpphs, extensibleExceptions
|
||||||
, monadloc, mtl, parsec, random, RefSerialize, stm, TCache, text
|
, hamlet, hscolour, httpConduit, httpTypes, monadloc, monadLogger
|
||||||
, time, transformers, utf8String, vector, wai, warp, warpTls
|
, 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
|
, Workflow
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "MFlow";
|
pname = "MFlow";
|
||||||
version = "0.4.5.4";
|
version = "0.4.5.5";
|
||||||
sha256 = "1ih9ni14xmqvcfvayjkggmpmw3s9yzp17gf4xzygldmjcs35j4n3";
|
sha256 = "0ggwzjxhw2xmp2m6a560pn5m0qfn80x5q23vrd2k9aqxh8n2k6i5";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeHtml blazeMarkup caseInsensitive clientsession conduit
|
acidState aws blazeHtml blazeMarkup caseInsensitive clientsession
|
||||||
conduitExtra extensibleExceptions httpTypes monadloc mtl parsec
|
conduit conduitExtra extensibleExceptions hamlet hscolour
|
||||||
random RefSerialize stm TCache text time transformers utf8String
|
httpConduit httpTypes monadloc monadLogger mtl network parsec
|
||||||
vector wai warp warpTls Workflow
|
persistent persistentSqlite persistentTemplate pwstoreFast random
|
||||||
|
RefSerialize resourcet safecopy shakespeare stm TCache tcacheAWS
|
||||||
|
text time transformers utf8String vector wai waiExtra warp warpTls
|
||||||
|
Workflow
|
||||||
];
|
];
|
||||||
buildTools = [ cpphs ];
|
buildTools = [ cpphs ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue