nixpkgs/pkgs/development/libraries/haskell/MFlow/default.nix

36 lines
1.4 KiB
Nix
Raw Normal View History

# 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
2014-06-08 20:44:11 -07:00
}:
cabal.mkDerivation (self: {
pname = "MFlow";
version = "0.4.5.5";
sha256 = "0ggwzjxhw2xmp2m6a560pn5m0qfn80x5q23vrd2k9aqxh8n2k6i5";
isLibrary = true;
isExecutable = true;
2014-06-08 20:44:11 -07:00
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
2014-06-08 20:44:11 -07:00
];
buildTools = [ cpphs ];
2014-06-08 20:44:11 -07:00
meta = {
description = "stateful, RESTful web framework";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.tomberek ];
};
})