haskell-keter: update to version 1.2.1
This commit is contained in:
parent
5554d9c688
commit
aaebdb7b1e
|
@ -1,17 +1,16 @@
|
||||||
{ cabal, aeson, async, attoparsec, blazeBuilder, caseInsensitive
|
{ cabal, aeson, async, attoparsec, blazeBuilder, caseInsensitive
|
||||||
, conduit, dataDefault, filepath, fsnotify, httpClient
|
, conduit, dataDefault, filepath, fsnotify, hspec, httpClient
|
||||||
, httpClientConduit, httpConduit, httpReverseProxy, httpTypes
|
, httpClientConduit, httpConduit, httpReverseProxy, httpTypes
|
||||||
, liftedBase, mtl, network, networkConduit, networkConduitTls
|
, liftedBase, mtl, network, networkConduit, networkConduitTls
|
||||||
, random, regexTdfa, stm, systemFileio, systemFilepath, tar, text
|
, random, regexTdfa, stm, systemFileio, systemFilepath, tar, text
|
||||||
, time, transformers, unixCompat, unixProcessConduit
|
, time, transformers, unixCompat, unorderedContainers, vector, wai
|
||||||
, unorderedContainers, vector, wai, waiAppStatic, waiExtra, warp
|
, waiAppStatic, waiExtra, warp, warpTls, yaml, zlib
|
||||||
, warpTls, yaml, zlib
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "keter";
|
pname = "keter";
|
||||||
version = "1.2.0";
|
version = "1.2.1";
|
||||||
sha256 = "06iz01ci1mcxjqs7dknxgjlkl783sdf680b54schxxirg268cxh3";
|
sha256 = "160kw3c2h9i1rwhicm860ahanx9p9qskrnfxsa68484j0cmw1ga9";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
|
@ -20,9 +19,10 @@ cabal.mkDerivation (self: {
|
||||||
httpConduit httpReverseProxy httpTypes liftedBase mtl network
|
httpConduit httpReverseProxy httpTypes liftedBase mtl network
|
||||||
networkConduit networkConduitTls random regexTdfa stm systemFileio
|
networkConduit networkConduitTls random regexTdfa stm systemFileio
|
||||||
systemFilepath tar text time transformers unixCompat
|
systemFilepath tar text time transformers unixCompat
|
||||||
unixProcessConduit unorderedContainers vector wai waiAppStatic
|
unorderedContainers vector wai waiAppStatic waiExtra warp warpTls
|
||||||
waiExtra warp warpTls yaml zlib
|
yaml zlib
|
||||||
];
|
];
|
||||||
|
testDepends = [ conduit hspec transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
description = "Web application deployment manager, focusing on Haskell web frameworks";
|
description = "Web application deployment manager, focusing on Haskell web frameworks";
|
||||||
|
|
Loading…
Reference in New Issue