2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-04 14:29:50 -07:00
|
|
|
{ cabal, blazeBuilder, caseInsensitive, conduit, conduitExtra
|
|
|
|
, connection, cookie, dataDefaultClass, hspec, httpClient
|
|
|
|
, httpClientTls, httpTypes, HUnit, liftedBase, monadControl, mtl
|
2014-10-13 03:45:59 -07:00
|
|
|
, network, resourcet, streamingCommons, text, time, transformers
|
|
|
|
, utf8String, wai, waiConduit, warp, warpTls
|
2011-12-29 08:42:08 -08:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "http-conduit";
|
2014-11-23 12:06:43 -08:00
|
|
|
version = "2.1.5";
|
|
|
|
sha256 = "0vk2an6h3h7a5klk9xrf3apfm6xdmqm418yrr7pb56b7w5sfq003";
|
2011-12-29 08:42:08 -08:00
|
|
|
buildDepends = [
|
2014-04-04 14:29:50 -07:00
|
|
|
conduit httpClient httpClientTls httpTypes liftedBase monadControl
|
|
|
|
mtl resourcet transformers
|
2011-12-29 08:42:08 -08:00
|
|
|
];
|
2013-02-24 13:09:07 -08:00
|
|
|
testDepends = [
|
2014-04-04 14:29:50 -07:00
|
|
|
blazeBuilder caseInsensitive conduit conduitExtra connection cookie
|
|
|
|
dataDefaultClass hspec httpClient httpTypes HUnit liftedBase
|
2014-10-13 03:45:59 -07:00
|
|
|
network streamingCommons text time transformers utf8String wai
|
|
|
|
waiConduit warp warpTls
|
2013-02-24 13:09:07 -08:00
|
|
|
];
|
2013-12-10 02:10:50 -08:00
|
|
|
doCheck = false;
|
2011-12-29 08:42:08 -08:00
|
|
|
meta = {
|
2012-01-06 05:29:53 -08:00
|
|
|
homepage = "http://www.yesodweb.com/book/http-conduit";
|
2011-12-29 08:42:08 -08:00
|
|
|
description = "HTTP client package with conduit interface and HTTPS support";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|