nixpkgs/pkgs/development/libraries/haskell/MFlow/default.nix
2014-09-04 14:41:07 +02:00

28 lines
1 KiB
Nix

# 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, 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.9";
sha256 = "0mqsyx7wkfgvpppqgpjpvzwx79vj7lh4c8afzzj1hgh8z0ilb4ik";
buildDepends = [
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 = {
description = "stateful, RESTful web framework";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
};
})