36 lines
1.4 KiB
Nix
36 lines
1.4 KiB
Nix
# 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.mkDerivation (self: {
|
|
pname = "MFlow";
|
|
version = "0.4.5.5";
|
|
sha256 = "0ggwzjxhw2xmp2m6a560pn5m0qfn80x5q23vrd2k9aqxh8n2k6i5";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
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
|
|
];
|
|
buildTools = [ cpphs ];
|
|
meta = {
|
|
description = "stateful, RESTful web framework";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = [ self.stdenv.lib.maintainers.tomberek ];
|
|
};
|
|
})
|