haskell-http-client: update to version 0.3.0.2
This commit is contained in:
@@ -1,22 +1,22 @@
|
|||||||
{ cabal, base64Bytestring, blazeBuilder, caseInsensitive, cookie
|
{ cabal, async, base64Bytestring, blazeBuilder, caseInsensitive
|
||||||
, dataDefaultClass, deepseq, failure, hspec, httpTypes
|
, cookie, dataDefaultClass, deepseq, exceptions, filepath, hspec
|
||||||
, monadControl, network, publicsuffixlist, text, time, transformers
|
, httpTypes, mimeTypes, monadControl, network, publicsuffixlist
|
||||||
, zlib, zlibBindings
|
, random, streamingCommons, text, time, transformers, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-client";
|
pname = "http-client";
|
||||||
version = "0.2.2.4";
|
version = "0.3.0.2";
|
||||||
sha256 = "19dymsi39m2m7i99xsmcl9gigqm6jhynnv0w8w230mq8vraq1mcw";
|
sha256 = "1r858ml809c21q9q2kv0105y89cizncxym9mf1f0f165aa2hx71m";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeBuilder caseInsensitive cookie
|
base64Bytestring blazeBuilder caseInsensitive cookie
|
||||||
dataDefaultClass deepseq failure httpTypes network publicsuffixlist
|
dataDefaultClass deepseq exceptions filepath httpTypes mimeTypes
|
||||||
text time transformers zlibBindings
|
network publicsuffixlist random streamingCommons text time
|
||||||
|
transformers
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
base64Bytestring blazeBuilder caseInsensitive deepseq failure hspec
|
async base64Bytestring blazeBuilder caseInsensitive deepseq hspec
|
||||||
httpTypes monadControl network text time transformers zlib
|
httpTypes monadControl network text time transformers zlib
|
||||||
zlibBindings
|
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
|||||||
Reference in New Issue
Block a user