3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/libraries/haskell/pipes-http/default.nix
2014-12-13 12:06:12 +01:00

18 lines
562 B
Nix

# 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 ];
};
})