# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, httpClient, httpClientTls, pipes }: cabal.mkDerivation (self: { pname = "pipes-http"; version = "1.0.2"; sha256 = "0hqab1pzcj11qwvc4dznis0qsyn1zc1d0riqxy6b5k04p9i2jbzk"; buildDepends = [ httpClient httpClientTls pipes ]; jailbreak = true; meta = { description = "HTTP client with pipes interface"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; }; })