haskell-keter: update to version 0.3.6.1
This commit is contained in:
parent
fbe9c7138b
commit
e71abf64c8
@ -1,19 +1,21 @@
|
|||||||
{ cabal, blazeBuilder, conduit, dataDefault, filepath, hinotify
|
{ cabal, attoparsec, blazeBuilder, caseInsensitive, conduit
|
||||||
, httpReverseProxy, httpTypes, network, networkConduit
|
, dataDefault, filepath, hinotify, httpConduit, httpReverseProxy
|
||||||
, networkConduitTls, random, systemFileio, systemFilepath, tar
|
, httpTypes, mtl, network, networkConduit, networkConduitTls
|
||||||
, text, time, transformers, unixCompat, unixProcessConduit, wai
|
, random, regexTdfa, systemFileio, systemFilepath, tar, text, time
|
||||||
, waiAppStatic, yaml, zlib
|
, transformers, unixCompat, unixProcessConduit, wai, waiAppStatic
|
||||||
|
, yaml, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "keter";
|
pname = "keter";
|
||||||
version = "0.3.5.4";
|
version = "0.3.6.1";
|
||||||
sha256 = "0dqlfb5cydqk33zp6wf18wr3idpn3bbb8im3rcrg4r9ny7sqfmp7";
|
sha256 = "0jww64q74kx5h69mnv9wgc4kx0nlb06r7lf651gjkai8mf9dkqf2";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder conduit dataDefault filepath hinotify httpReverseProxy
|
attoparsec blazeBuilder caseInsensitive conduit dataDefault
|
||||||
httpTypes network networkConduit networkConduitTls random
|
filepath hinotify httpConduit httpReverseProxy httpTypes mtl
|
||||||
|
network networkConduit networkConduitTls random regexTdfa
|
||||||
systemFileio systemFilepath tar text time transformers unixCompat
|
systemFileio systemFilepath tar text time transformers unixCompat
|
||||||
unixProcessConduit wai waiAppStatic yaml zlib
|
unixProcessConduit wai waiAppStatic yaml zlib
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user