1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-http-client-conduit: update to version 0.2.0.1

This commit is contained in:
Peter Simons 2013-12-18 17:42:14 +01:00
parent 200305d3e3
commit a415fcc5c5

View file

@ -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";