haskell-MFlow: re-generate expression with cabal2nix
This commit is contained in:
parent
a1336ca41c
commit
84e0ecd664
@ -1,7 +1,8 @@
|
|||||||
{ cabal, blazeHtml, blazeMarkup, caseInsensitive, clientsession
|
{ cabal, blazeHtml, blazeMarkup, caseInsensitive, clientsession
|
||||||
, conduit, conduitExtra, cpphs, extensibleExceptions, httpTypes, monadloc
|
, conduit, conduitExtra, cpphs, extensibleExceptions, httpTypes
|
||||||
, mtl, parsec, random, RefSerialize, stm, TCache, text, time
|
, monadloc, mtl, parsec, random, RefSerialize, stm, TCache, text
|
||||||
, transformers, utf8String, vector, wai, warp, warpTls, Workflow
|
, time, transformers, utf8String, vector, wai, warp, warpTls
|
||||||
|
, Workflow
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
@ -10,10 +11,11 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "1ih9ni14xmqvcfvayjkggmpmw3s9yzp17gf4xzygldmjcs35j4n3";
|
sha256 = "1ih9ni14xmqvcfvayjkggmpmw3s9yzp17gf4xzygldmjcs35j4n3";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeHtml blazeMarkup caseInsensitive clientsession conduit
|
blazeHtml blazeMarkup caseInsensitive clientsession conduit
|
||||||
conduitExtra cpphs extensibleExceptions httpTypes monadloc mtl parsec
|
conduitExtra extensibleExceptions httpTypes monadloc mtl parsec
|
||||||
random RefSerialize stm TCache text time transformers utf8String
|
random RefSerialize stm TCache text time transformers utf8String
|
||||||
vector wai warp warpTls Workflow
|
vector wai warp warpTls Workflow
|
||||||
];
|
];
|
||||||
|
buildTools = [ cpphs ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "stateful, RESTful web framework";
|
description = "stateful, RESTful web framework";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user