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
|
||||
, connection, cookie, dataDefaultClass, hspec, httpClient
|
||||
, httpClientTls, httpTypes, HUnit, liftedBase, monadControl, mtl
|
||||
, network, networkConduit, resourcet, streamingCommons, text, time
|
||||
, transformers, utf8String, wai, waiConduit, warp, warpTls
|
||||
, network, resourcet, streamingCommons, text, time, transformers
|
||||
, utf8String, wai, waiConduit, warp, warpTls
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "http-conduit";
|
||||
version = "2.1.4.3";
|
||||
sha256 = "0318k4k4w1zpifalfa7vb33sd8ksa8jdyaxs4843idmwsz3ahwgq";
|
||||
version = "2.1.4.5";
|
||||
sha256 = "0damsk83j52ndciybxiss0whd486i10ibawxj70z1c0h78f9wwrs";
|
||||
buildDepends = [
|
||||
conduit httpClient httpClientTls httpTypes liftedBase monadControl
|
||||
mtl resourcet transformers
|
||||
@ -18,8 +18,8 @@ cabal.mkDerivation (self: {
|
||||
testDepends = [
|
||||
blazeBuilder caseInsensitive conduit conduitExtra connection cookie
|
||||
dataDefaultClass hspec httpClient httpTypes HUnit liftedBase
|
||||
network networkConduit streamingCommons text time transformers
|
||||
utf8String wai waiConduit warp warpTls
|
||||
network streamingCommons text time transformers utf8String wai
|
||||
waiConduit warp warpTls
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user