haskell-http-conduit: update to version 2.1.1

This commit is contained in:
Peter Simons 2014-04-17 21:13:04 +02:00
parent ef5ef8b155
commit 0325be8d50
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
cabal.mkDerivation (self: {
pname = "http-conduit";
version = "2.1.0";
sha256 = "1qlqhrrc130c8wvgbbbkb7qrm8gp48gkv5xanqgb26amvny98gsv";
version = "2.1.1";
sha256 = "1xdd7kdxr7jbic2j9rd6gvx637d24wr1lyfnaj02v16x9b0nydjm";
buildDepends = [
conduit httpClient httpClientTls httpTypes liftedBase monadControl
mtl resourcet transformers