haskell-http-conduit: update to version 2.0.0.2
This commit is contained in:
parent
9d3022ec35
commit
66bd60896d
|
@ -11,8 +11,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-conduit";
|
pname = "http-conduit";
|
||||||
version = "2.0.0.1";
|
version = "2.0.0.2";
|
||||||
sha256 = "1xkq11yylh4mdx8ml69h17fldmfpxclriw1kl0j44vddqdryn6zd";
|
sha256 = "0ypwn63brdjxyh70x10wb26xbsymj5x9v664nzc3nwvlh22ldhyw";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
conduit httpClient httpClientConduit httpClientTls httpTypes
|
conduit httpClient httpClientConduit httpClientTls httpTypes
|
||||||
liftedBase resourcet transformers
|
liftedBase resourcet transformers
|
||||||
|
|
Loading…
Reference in New Issue