haskell-http-reverse-proxy: update to version 0.4.1.2
This commit is contained in:
parent
a02c50c90d
commit
f8fd9e817a
@ -2,15 +2,14 @@
|
|||||||
|
|
||||||
{ cabal, async, blazeBuilder, caseInsensitive, conduit
|
{ cabal, async, blazeBuilder, caseInsensitive, conduit
|
||||||
, conduitExtra, dataDefaultClass, hspec, httpClient, httpConduit
|
, conduitExtra, dataDefaultClass, hspec, httpClient, httpConduit
|
||||||
, httpTypes, liftedBase, monadControl, network, networkConduit
|
, httpTypes, liftedBase, monadControl, network, resourcet
|
||||||
, resourcet, streamingCommons, text, transformers, wai, waiLogger
|
, streamingCommons, text, transformers, wai, waiLogger, warp, word8
|
||||||
, warp, word8
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-reverse-proxy";
|
pname = "http-reverse-proxy";
|
||||||
version = "0.4.0.1";
|
version = "0.4.1.2";
|
||||||
sha256 = "0gygmykxsy6rs3xmwb24s5c3brmabdgxb1w0ak82vyvfvsnqxz1h";
|
sha256 = "1gggn5l08g7mxbka0h7h8w687y3awbm19395fi6wvis76isyz8wy";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
async blazeBuilder caseInsensitive conduit conduitExtra
|
async blazeBuilder caseInsensitive conduit conduitExtra
|
||||||
dataDefaultClass httpClient httpTypes liftedBase monadControl
|
dataDefaultClass httpClient httpTypes liftedBase monadControl
|
||||||
@ -19,8 +18,7 @@ cabal.mkDerivation (self: {
|
|||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
blazeBuilder conduit conduitExtra hspec httpConduit httpTypes
|
blazeBuilder conduit conduitExtra hspec httpConduit httpTypes
|
||||||
liftedBase network networkConduit resourcet streamingCommons
|
liftedBase network resourcet streamingCommons transformers wai warp
|
||||||
transformers wai warp
|
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user