{ cabal, cereal, certificate, cryptoApi, cryptocipher, cryptohash , mtl }: cabal.mkDerivation (self: { pname = "tls"; version = "0.9.1"; sha256 = "0724xwk3mchb2hd6sq4zhrs7pyd18banr0ndxc6bhim75vci53sl"; isLibrary = true; isExecutable = true; buildDepends = [ cereal certificate cryptoApi cryptocipher cryptohash mtl ]; meta = { homepage = "http://github.com/vincenthz/hs-tls"; description = "TLS/SSL protocol native implementation (Server and Client)"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; maintainers = [ self.stdenv.lib.maintainers.andres self.stdenv.lib.maintainers.simons ]; }; })