{ cabal, cereal, certificate, cryptoApi, cryptocipher, cryptohash , mtl }: cabal.mkDerivation (self: { pname = "tls"; version = "0.8.4"; sha256 = "1xd6cax4ldvahjjs5kdhcjmy4rx1ywp6r3alaifxbk2397zi7p1v"; 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 ]; }; })