# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, connection, dataDefaultClass, hspec, httpClient, httpTypes , network, tls }: cabal.mkDerivation (self: { pname = "http-client-tls"; version = "0.2.2"; sha256 = "0a01r05h5fxswyn6k6cgqgak4scqjan72hyy5wbdqzzhl4rmh7j5"; buildDepends = [ connection dataDefaultClass httpClient network tls ]; testDepends = [ hspec httpClient httpTypes ]; doCheck = false; meta = { homepage = "https://github.com/snoyberg/http-client"; description = "http-client backend using the connection package and tls library"; license = self.stdenv.lib.licenses.mit; platforms = self.ghc.meta.platforms; }; })