haskell-http-client: update to version 0.3.7.1

This commit is contained in:
Peter Simons 2014-08-20 11:46:54 +02:00
parent ec4102e7d9
commit 580e18c5ea

View File

@ -2,19 +2,20 @@
{ cabal, async, base64Bytestring, blazeBuilder, caseInsensitive { cabal, async, base64Bytestring, blazeBuilder, caseInsensitive
, cookie, dataDefaultClass, deepseq, exceptions, filepath, hspec , cookie, dataDefaultClass, deepseq, exceptions, filepath, hspec
, httpTypes, mimeTypes, monadControl, network, publicsuffixlist , httpTypes, mimeTypes, monadControl, network, networkUri
, random, streamingCommons, text, time, transformers, zlib , publicsuffixlist, random, streamingCommons, text, time
, transformers, zlib
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "http-client"; pname = "http-client";
version = "0.3.6.1"; version = "0.3.7.1";
sha256 = "0mamndx2fyvshchcwv8ic910b90hp8rgbjhgqww0zpg8p1rr0v9h"; sha256 = "0wfmzpjzazk5jr1pbkhkxxa32pd40mgm1p426k5bxjn3gw48r30c";
buildDepends = [ buildDepends = [
base64Bytestring blazeBuilder caseInsensitive cookie base64Bytestring blazeBuilder caseInsensitive cookie
dataDefaultClass deepseq exceptions filepath httpTypes mimeTypes dataDefaultClass deepseq exceptions filepath httpTypes mimeTypes
network publicsuffixlist random streamingCommons text time network networkUri publicsuffixlist random streamingCommons text
transformers time transformers
]; ];
testDepends = [ testDepends = [
async base64Bytestring blazeBuilder caseInsensitive deepseq hspec async base64Bytestring blazeBuilder caseInsensitive deepseq hspec