haskell-keter: update to version 1.1.0.1
This commit is contained in:
parent
5e5855d95c
commit
a47b25da5b
|
@ -1,25 +1,27 @@
|
||||||
{ cabal, aeson, async, attoparsec, blazeBuilder, caseInsensitive
|
{ cabal, aeson, async, attoparsec, blazeBuilder, caseInsensitive
|
||||||
, conduit, dataDefault, filepath, fsnotify, httpConduit
|
, conduit, dataDefault, filepath, fsnotify, httpClient
|
||||||
, httpReverseProxy, httpTypes, liftedBase, mtl, network
|
, httpClientConduit, httpConduit, httpReverseProxy, httpTypes
|
||||||
, networkConduit, networkConduitTls, random, regexTdfa, stm
|
, liftedBase, mtl, network, networkConduit, networkConduitTls
|
||||||
, systemFileio, systemFilepath, tar, text, time, transformers
|
, random, regexTdfa, stm, systemFileio, systemFilepath, tar, text
|
||||||
, unixCompat, unixProcessConduit, unorderedContainers, vector, wai
|
, time, transformers, unixCompat, unixProcessConduit
|
||||||
, waiAppStatic, waiExtra, warp, warpTls, yaml, zlib
|
, unorderedContainers, vector, wai, waiAppStatic, waiExtra, warp
|
||||||
|
, warpTls, yaml, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "keter";
|
pname = "keter";
|
||||||
version = "1.0.1.2";
|
version = "1.1.0.1";
|
||||||
sha256 = "1rk0sf6riyb6r1sz0jkvwwj1yyxwjxgafpidp9rqwm8wnqyx6hh8";
|
sha256 = "04hvwfs1dskaxl1fw29lf52389hy1yr3hwd05bl294zgfh995i0s";
|
||||||
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 httpClient httpClientConduit
|
||||||
httpTypes liftedBase mtl network networkConduit networkConduitTls
|
httpConduit httpReverseProxy httpTypes liftedBase mtl network
|
||||||
random regexTdfa stm systemFileio systemFilepath tar text time
|
networkConduit networkConduitTls random regexTdfa stm systemFileio
|
||||||
transformers unixCompat unixProcessConduit unorderedContainers
|
systemFilepath tar text time transformers unixCompat
|
||||||
vector wai waiAppStatic waiExtra warp warpTls yaml zlib
|
unixProcessConduit unorderedContainers vector wai waiAppStatic
|
||||||
|
waiExtra warp warpTls yaml zlib
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
|
|
Loading…
Reference in New Issue