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

Commit e705dfd

Browse files
committed
[CO-389] Update pkgs/default.nix
1 parent 4f32e58 commit e705dfd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pkgs/default.nix

+6-2
Original file line numberDiff line numberDiff line change
@@ -18198,8 +18198,8 @@ license = stdenv.lib.licenses.mit;
1819818198
, filepath
1819918199
, hourglass
1820018200
, ip
18201-
, network-transport
1820218201
, optparse-applicative
18202+
, QuickCheck
1820318203
, stdenv
1820418204
, text
1820518205
, universum
@@ -18232,7 +18232,6 @@ data-default-class
1823218232
filepath
1823318233
hourglass
1823418234
ip
18235-
network-transport
1823618235
optparse-applicative
1823718236
text
1823818237
universum
@@ -18242,6 +18241,11 @@ x509-store
1824218241
x509-validation
1824318242
yaml
1824418243
];
18244+
testHaskellDepends = [
18245+
base
18246+
QuickCheck
18247+
universum
18248+
];
1824518249
doHaddock = false;
1824618250
homepage = "https://github.com/input-output-hk/cardano-sl/x509/README.md";
1824718251
description = "Tool-suite for generating x509 certificates specialized for RSA with SHA-256";

0 commit comments

Comments
 (0)