mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
darcs: adjust to crypton-connection 0.4.0 -> 0.4.1
This commit is contained in:
parent
0afd2cfb2b
commit
3d411fd340
@ -2100,7 +2100,7 @@ self: super: {
|
||||
|
||||
# Requests latest versions of crypton-connection and tls
|
||||
darcs = super.darcs.overrideScope (self: super: {
|
||||
crypton-connection = self.crypton-connection_0_4_0;
|
||||
crypton-connection = self.crypton-connection_0_4_1;
|
||||
tls = self.tls_2_0_6;
|
||||
});
|
||||
|
||||
|
@ -129,6 +129,7 @@ extra-packages:
|
||||
- th-desugar == 1.16 # 2024-06-28: preserve for GHC 9.8
|
||||
- singletons-th == 3.3 # 2024-06-28: preserve for GHC 9.8
|
||||
- singletons-base == 3.3 # 2024-06-28: preserve for GHC 9.8
|
||||
- tls < 2.1.0 # 2024-07-19: requested by darcs == 2.18.3
|
||||
|
||||
package-maintainers:
|
||||
abbradar:
|
||||
|
@ -308780,6 +308780,36 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"tls_2_0_6" = callPackage
|
||||
({ mkDerivation, asn1-encoding, asn1-types, async, base
|
||||
, base16-bytestring, bytestring, cereal, crypton, crypton-x509
|
||||
, crypton-x509-store, crypton-x509-validation, data-default-class
|
||||
, hourglass, hspec, hspec-discover, memory, mtl, network
|
||||
, QuickCheck, serialise, transformers, unix-time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "tls";
|
||||
version = "2.0.6";
|
||||
sha256 = "07cznhk0jf2ffkpmq3q9iz9r4zcls8rkh32s3qqwaahp8lnvmsm3";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
asn1-encoding asn1-types async base base16-bytestring bytestring
|
||||
cereal crypton crypton-x509 crypton-x509-store
|
||||
crypton-x509-validation data-default-class memory mtl network
|
||||
serialise transformers unix-time
|
||||
];
|
||||
testHaskellDepends = [
|
||||
asn1-types async base bytestring crypton crypton-x509
|
||||
crypton-x509-validation data-default-class hourglass hspec
|
||||
QuickCheck serialise
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "TLS protocol native implementation";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"tls_2_1_0" = callPackage
|
||||
({ mkDerivation, asn1-encoding, asn1-types, async, base
|
||||
, base16-bytestring, bytestring, cereal, crypton, crypton-x509
|
||||
|
Loading…
Reference in New Issue
Block a user