Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit cac524c

Browse files
committed
[CO-389] Update pkgs/default.nix
1 parent 88dc613 commit cac524c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pkgs/default.nix

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17853,6 +17853,7 @@ license = stdenv.lib.licenses.mit;
1785317853
, cardano-sl-util
1785417854
, cardano-sl-util-test
1785517855
, cardano-sl-wallet
17856+
, cardano-sl-x509
1785617857
, cassava
1785717858
, cereal
1785817859
, conduit
@@ -17970,6 +17971,7 @@ cardano-sl-networking
1797017971
cardano-sl-node-ipc
1797117972
cardano-sl-util
1797217973
cardano-sl-wallet
17974+
cardano-sl-x509
1797317975
cereal
1797417976
conduit
1797517977
connection
@@ -18198,8 +18200,8 @@ license = stdenv.lib.licenses.mit;
1819818200
, filepath
1819918201
, hourglass
1820018202
, ip
18201-
, network-transport
1820218203
, optparse-applicative
18204+
, QuickCheck
1820318205
, stdenv
1820418206
, text
1820518207
, universum
@@ -18232,7 +18234,6 @@ data-default-class
1823218234
filepath
1823318235
hourglass
1823418236
ip
18235-
network-transport
1823618237
optparse-applicative
1823718238
text
1823818239
universum
@@ -18242,6 +18243,11 @@ x509-store
1824218243
x509-validation
1824318244
yaml
1824418245
];
18246+
testHaskellDepends = [
18247+
base
18248+
QuickCheck
18249+
universum
18250+
];
1824518251
doHaddock = false;
1824618252
homepage = "https://github.com/input-output-hk/cardano-sl/x509/README.md";
1824718253
description = "Tool-suite for generating x509 certificates specialized for RSA with SHA-256";

0 commit comments

Comments
 (0)