2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-04 23:29:49 +02:00
|
|
|
{ cabal, async, base64Bytestring, blazeBuilder, caseInsensitive
|
|
|
|
, cookie, dataDefaultClass, deepseq, exceptions, filepath, hspec
|
2014-08-20 11:46:54 +02:00
|
|
|
, httpTypes, mimeTypes, monadControl, network, networkUri
|
|
|
|
, publicsuffixlist, random, streamingCommons, text, time
|
|
|
|
, transformers, zlib
|
2013-12-09 12:58:47 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "http-client";
|
2014-09-13 20:15:55 +02:00
|
|
|
version = "0.3.8.2";
|
|
|
|
sha256 = "06c34h7wvn3mbr8lrkcmjygj22d94mr5rxzqwpjfdjgimd98hw3s";
|
2013-12-09 12:58:47 +01:00
|
|
|
buildDepends = [
|
2014-02-10 11:06:15 +01:00
|
|
|
base64Bytestring blazeBuilder caseInsensitive cookie
|
2014-04-04 23:29:49 +02:00
|
|
|
dataDefaultClass deepseq exceptions filepath httpTypes mimeTypes
|
2014-08-20 11:46:54 +02:00
|
|
|
network networkUri publicsuffixlist random streamingCommons text
|
|
|
|
time transformers
|
2013-12-09 12:58:47 +01:00
|
|
|
];
|
|
|
|
testDepends = [
|
2014-04-04 23:29:49 +02:00
|
|
|
async base64Bytestring blazeBuilder caseInsensitive deepseq hspec
|
2014-04-17 21:13:03 +02:00
|
|
|
httpTypes monadControl network streamingCommons text time
|
|
|
|
transformers zlib
|
2013-12-09 12:58:47 +01:00
|
|
|
];
|
2013-12-10 10:40:15 +01:00
|
|
|
doCheck = false;
|
2013-12-09 12:58:47 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/snoyberg/http-client";
|
|
|
|
description = "An HTTP client engine, intended as a base layer for more user-friendly packages";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|