New: keter, Yesod deployment manager.
Including the dependencies: unix-process-conduit and networkConduitTls.
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{ cabal, blazeBuilder, conduit, dataDefault, filepath, hinotify
|
||||
, httpReverseProxy, httpTypes, network, networkConduit
|
||||
, networkConduitTls, random, systemFileio, systemFilepath, tar
|
||||
, text, time, transformers, unixCompat, unixProcessConduit, wai
|
||||
, waiAppStatic, yaml, zlib
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "keter";
|
||||
version = "0.3.5.4";
|
||||
sha256 = "0dqlfb5cydqk33zp6wf18wr3idpn3bbb8im3rcrg4r9ny7sqfmp7";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
blazeBuilder conduit dataDefault filepath hinotify httpReverseProxy
|
||||
httpTypes network networkConduit networkConduitTls random
|
||||
systemFileio systemFilepath tar text time transformers unixCompat
|
||||
unixProcessConduit wai waiAppStatic yaml zlib
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/";
|
||||
description = "Web application deployment manager, focusing on Haskell web frameworks";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user