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