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