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:47 +01:00
|
|
|
{ cabal, httpClient }:
|
2013-12-09 11:58:47 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "http-client-conduit";
|
2014-04-04 22:29:47 +01:00
|
|
|
version = "0.3.0";
|
|
|
|
sha256 = "0k2vq9y7kfbkhcsszjr74ahq5nw5z7dbzjhw1ixbigcr56axsd19";
|
|
|
|
buildDepends = [ httpClient ];
|
2014-04-06 19:52:50 +01:00
|
|
|
noHaddock = true;
|
2013-12-09 11:58:47 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/snoyberg/http-client";
|
2014-04-04 22:29:47 +01:00
|
|
|
description = "Frontend support for using http-client with conduit (deprecated)";
|
2013-12-09 11:58:47 +00:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|