haskell-keter: update to version 1.0.1.2
This commit is contained in:
parent
6509447e81
commit
20b512de7c
@ -1,23 +1,23 @@
|
|||||||
{ cabal, aeson, async, attoparsec, blazeBuilder, caseInsensitive
|
{ cabal, aeson, async, attoparsec, blazeBuilder, caseInsensitive
|
||||||
, conduit, dataDefault, filepath, fsnotify, httpConduit
|
, conduit, dataDefault, filepath, fsnotify, httpConduit
|
||||||
, httpReverseProxy, httpTypes, mtl, network, networkConduit
|
, httpReverseProxy, httpTypes, liftedBase, mtl, network
|
||||||
, networkConduitTls, random, regexTdfa, stm, systemFileio
|
, networkConduit, networkConduitTls, random, regexTdfa, stm
|
||||||
, systemFilepath, tar, text, time, transformers, unixCompat
|
, systemFileio, systemFilepath, tar, text, time, transformers
|
||||||
, unixProcessConduit, unorderedContainers, vector, wai
|
, unixCompat, unixProcessConduit, unorderedContainers, vector, wai
|
||||||
, waiAppStatic, waiExtra, warp, warpTls, yaml, zlib
|
, waiAppStatic, waiExtra, warp, warpTls, yaml, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "keter";
|
pname = "keter";
|
||||||
version = "1.0.1.1";
|
version = "1.0.1.2";
|
||||||
sha256 = "1bcp9yxmh5z7cvap4nrj8gxnndwws21w6y352yasf35bf432nxa9";
|
sha256 = "1rk0sf6riyb6r1sz0jkvwwj1yyxwjxgafpidp9rqwm8wnqyx6hh8";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson async attoparsec blazeBuilder caseInsensitive conduit
|
aeson async attoparsec blazeBuilder caseInsensitive conduit
|
||||||
dataDefault filepath fsnotify httpConduit httpReverseProxy
|
dataDefault filepath fsnotify httpConduit httpReverseProxy
|
||||||
httpTypes mtl network networkConduit networkConduitTls random
|
httpTypes liftedBase mtl network networkConduit networkConduitTls
|
||||||
regexTdfa stm systemFileio systemFilepath tar text time
|
random regexTdfa stm systemFileio systemFilepath tar text time
|
||||||
transformers unixCompat unixProcessConduit unorderedContainers
|
transformers unixCompat unixProcessConduit unorderedContainers
|
||||||
vector wai waiAppStatic waiExtra warp warpTls yaml zlib
|
vector wai waiAppStatic waiExtra warp warpTls yaml zlib
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user