2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-04 22:29:50 +01:00
|
|
|
{ cabal, blazeBuilder, caseInsensitive, conduit, conduitExtra
|
|
|
|
, connection, cookie, dataDefaultClass, hspec, httpClient
|
|
|
|
, httpClientTls, httpTypes, HUnit, liftedBase, monadControl, mtl
|
|
|
|
, network, networkConduit, resourcet, streamingCommons, text, time
|
2014-06-10 19:33:29 +01:00
|
|
|
, transformers, utf8String, wai, waiConduit, warp, warpTls
|
2011-12-29 16:42:08 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "http-conduit";
|
2014-07-22 11:21:58 +01:00
|
|
|
version = "2.1.4";
|
|
|
|
sha256 = "14xfd25y7r2lhg7dx9hfniihgyzhkz4c6642k5pr27fqjjlr6ijb";
|
2011-12-29 16:42:08 +00:00
|
|
|
buildDepends = [
|
2014-04-04 22:29:50 +01: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 22:29:50 +01:00
|
|
|
blazeBuilder caseInsensitive conduit conduitExtra connection cookie
|
|
|
|
dataDefaultClass hspec httpClient httpTypes HUnit liftedBase
|
|
|
|
network networkConduit streamingCommons text time transformers
|
2014-06-10 19:33:29 +01:00
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|