mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-http-client-conduit: update to version 0.2.0.1
This commit is contained in:
parent
200305d3e3
commit
a415fcc5c5
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "http-client-conduit";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1pb47mms5qfi185nrz675if4pb7xji97xdqpmyrplqaxqygwih1y";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "0fy9vkxh7hvmp9ijifq8nx6y5y92n6d3s1vdyg53ln65pclc6jn5";
|
||||
buildDepends = [ conduit httpClient resourcet transformers ];
|
||||
meta = {
|
||||
homepage = "https://github.com/snoyberg/http-client";
|
||||
|
|
Loading…
Reference in a new issue