|
| 1 | +{ mkDerivation, asn1-encoding, asn1-types, async, base, bytestring |
| 2 | +, cereal, crypton, crypton-x509, crypton-x509-store |
| 3 | +, crypton-x509-validation, data-default-class, gauge, hourglass |
| 4 | +, lib, memory, mtl, network, QuickCheck, tasty, tasty-quickcheck |
| 5 | +, transformers, unix-time |
| 6 | +}: |
| 7 | +mkDerivation { |
| 8 | + pname = "tls"; |
| 9 | + version = "1.9.0"; |
| 10 | + sha256 = "5605b9cbe0903b100e9de72800641453f74bf5dade6176dbe10b34ac9353433e"; |
| 11 | + libraryHaskellDepends = [ |
| 12 | + asn1-encoding asn1-types async base bytestring cereal crypton |
| 13 | + crypton-x509 crypton-x509-store crypton-x509-validation |
| 14 | + data-default-class memory mtl network transformers unix-time |
| 15 | + ]; |
| 16 | + testHaskellDepends = [ |
| 17 | + asn1-types async base bytestring crypton crypton-x509 |
| 18 | + crypton-x509-validation data-default-class hourglass QuickCheck |
| 19 | + tasty tasty-quickcheck |
| 20 | + ]; |
| 21 | + benchmarkHaskellDepends = [ |
| 22 | + asn1-types async base bytestring crypton crypton-x509 |
| 23 | + crypton-x509-validation data-default-class gauge hourglass |
| 24 | + QuickCheck tasty-quickcheck |
| 25 | + ]; |
| 26 | + homepage = "https://github.com/haskell-tls/hs-tls"; |
| 27 | + description = "TLS/SSL protocol native implementation (Server and Client)"; |
| 28 | + license = lib.licenses.bsd3; |
| 29 | +} |
0 commit comments