haskell-http-client: update to version 0.2.2.2
This commit is contained in:
parent
579232ae5b
commit
8bdbb96671
@ -1,22 +1,22 @@
|
|||||||
{ cabal, base64Bytestring, blazeBuilder, caseInsensitive, cookie
|
{ cabal, base64Bytestring, blazeBuilder, caseInsensitive, cookie
|
||||||
, dataDefault, deepseq, failure, hspec, httpTypes, monadControl
|
, dataDefaultClass, deepseq, failure, hspec, httpTypes
|
||||||
, network, publicsuffixlist, text, time, transformers, zlib
|
, monadControl, network, publicsuffixlist, text, time, transformers
|
||||||
, zlibBindings
|
, zlib, zlibBindings
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-client";
|
pname = "http-client";
|
||||||
version = "0.2.1.1";
|
version = "0.2.2.2";
|
||||||
sha256 = "03hcwz53sjvw3nv6xbdf24a4ny229ljq3rx89plmsxpjb44qwlq2";
|
sha256 = "1pn38vqbb8ff3gmwkzb8a2fika2rdymnlglpi3q7yn0jsvxl5xli";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeBuilder caseInsensitive cookie dataDefault
|
base64Bytestring blazeBuilder caseInsensitive cookie
|
||||||
deepseq failure httpTypes network publicsuffixlist text time
|
dataDefaultClass deepseq failure httpTypes network publicsuffixlist
|
||||||
transformers zlibBindings
|
text time transformers zlibBindings
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
base64Bytestring blazeBuilder caseInsensitive dataDefault deepseq
|
base64Bytestring blazeBuilder caseInsensitive deepseq failure hspec
|
||||||
failure hspec httpTypes monadControl network text time transformers
|
httpTypes monadControl network text time transformers zlib
|
||||||
zlib zlibBindings
|
zlibBindings
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user