haskell-http-client: update to version 0.3.1.1

This commit is contained in:
Peter Simons 2014-04-17 21:13:03 +02:00
parent 93ba774067
commit ef5ef8b155

View File

@ -6,8 +6,8 @@
cabal.mkDerivation (self: {
pname = "http-client";
version = "0.3.0.2";
sha256 = "1r858ml809c21q9q2kv0105y89cizncxym9mf1f0f165aa2hx71m";
version = "0.3.1.1";
sha256 = "1rnvbjkcblfmn1n40p5lanbcyl2ng5r98cmj0lkjg7vz6fq0c57r";
buildDepends = [
base64Bytestring blazeBuilder caseInsensitive cookie
dataDefaultClass deepseq exceptions filepath httpTypes mimeTypes
@ -16,7 +16,8 @@ cabal.mkDerivation (self: {
];
testDepends = [
async base64Bytestring blazeBuilder caseInsensitive deepseq hspec
httpTypes monadControl network text time transformers zlib
httpTypes monadControl network streamingCommons text time
transformers zlib
];
doCheck = false;
meta = {