mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
22 lines
665 B
Nix
22 lines
665 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, cprngAes, dataDefaultClass, network, socks, tls, x509
|
|
, x509Store, x509System, x509Validation
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "connection";
|
|
version = "0.2.3";
|
|
sha256 = "02mqn19pssdak82jw38p3cbwjyfvmjc6fawgx5981hzbdgb64vsb";
|
|
buildDepends = [
|
|
cprngAes dataDefaultClass network socks tls x509 x509Store
|
|
x509System x509Validation
|
|
];
|
|
meta = {
|
|
homepage = "http://github.com/vincenthz/hs-connection";
|
|
description = "Simple and easy network connections API";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|