2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-29 10:45:06 +00:00
|
|
|
{ cabal, cprngAes, dataDefaultClass, network, socks, tls, x509
|
|
|
|
, x509Store, x509System, x509Validation
|
2013-10-13 09:42:20 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "connection";
|
2014-07-18 11:22:25 +01:00
|
|
|
version = "0.2.3";
|
|
|
|
sha256 = "02mqn19pssdak82jw38p3cbwjyfvmjc6fawgx5981hzbdgb64vsb";
|
2013-10-13 09:42:20 +01:00
|
|
|
buildDepends = [
|
2014-01-29 10:45:06 +00:00
|
|
|
cprngAes dataDefaultClass network socks tls x509 x509Store
|
|
|
|
x509System x509Validation
|
2013-10-13 09:42:20 +01:00
|
|
|
];
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|