haskell-http-conduit: update to version 2.1.4.5
This commit is contained in:
parent
af5232bf7c
commit
a02c50c90d
|
@ -3,14 +3,14 @@
|
||||||
{ cabal, blazeBuilder, caseInsensitive, conduit, conduitExtra
|
{ cabal, blazeBuilder, caseInsensitive, conduit, conduitExtra
|
||||||
, connection, cookie, dataDefaultClass, hspec, httpClient
|
, connection, cookie, dataDefaultClass, hspec, httpClient
|
||||||
, httpClientTls, httpTypes, HUnit, liftedBase, monadControl, mtl
|
, httpClientTls, httpTypes, HUnit, liftedBase, monadControl, mtl
|
||||||
, network, networkConduit, resourcet, streamingCommons, text, time
|
, network, resourcet, streamingCommons, text, time, transformers
|
||||||
, transformers, utf8String, wai, waiConduit, warp, warpTls
|
, utf8String, wai, waiConduit, warp, warpTls
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-conduit";
|
pname = "http-conduit";
|
||||||
version = "2.1.4.3";
|
version = "2.1.4.5";
|
||||||
sha256 = "0318k4k4w1zpifalfa7vb33sd8ksa8jdyaxs4843idmwsz3ahwgq";
|
sha256 = "0damsk83j52ndciybxiss0whd486i10ibawxj70z1c0h78f9wwrs";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
conduit httpClient httpClientTls httpTypes liftedBase monadControl
|
conduit httpClient httpClientTls httpTypes liftedBase monadControl
|
||||||
mtl resourcet transformers
|
mtl resourcet transformers
|
||||||
|
@ -18,8 +18,8 @@ cabal.mkDerivation (self: {
|
||||||
testDepends = [
|
testDepends = [
|
||||||
blazeBuilder caseInsensitive conduit conduitExtra connection cookie
|
blazeBuilder caseInsensitive conduit conduitExtra connection cookie
|
||||||
dataDefaultClass hspec httpClient httpTypes HUnit liftedBase
|
dataDefaultClass hspec httpClient httpTypes HUnit liftedBase
|
||||||
network networkConduit streamingCommons text time transformers
|
network streamingCommons text time transformers utf8String wai
|
||||||
utf8String wai waiConduit warp warpTls
|
waiConduit warp warpTls
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue