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

Commit e65cc2f

Browse files
committed
[CO-347] pkgs
1 parent fef8a06 commit e65cc2f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pkgs/default.nix

+22
Original file line numberDiff line numberDiff line change
@@ -17549,17 +17549,21 @@ license = stdenv.lib.licenses.mit;
1754917549
, cardano-sl-chain
1755017550
, cardano-sl-client
1755117551
, cardano-sl-core
17552+
, cardano-sl-core-test
1755217553
, cardano-sl-crypto
17554+
, cardano-sl-crypto-test
1755317555
, cardano-sl-db
1755417556
, cardano-sl-generator
1755517557
, cardano-sl-infra
1755617558
, cardano-sl-networking
1755717559
, cardano-sl-node-ipc
1755817560
, cardano-sl-util
17561+
, cardano-sl-util-test
1755917562
, containers
1756017563
, cpphs
1756117564
, cryptonite
1756217565
, data-default
17566+
, deepseq
1756317567
, directory
1756417568
, dlist
1756517569
, ekg-core
@@ -17573,7 +17577,9 @@ license = stdenv.lib.licenses.mit;
1757317577
, log-warper
1757417578
, memory
1757517579
, monad-control
17580+
, MonadRandom
1757617581
, mtl
17582+
, pvss
1757717583
, QuickCheck
1757817584
, random
1757917585
, reflection
@@ -17683,27 +17689,43 @@ libraryToolDepends = [
1768317689
cpphs
1768417690
];
1768517691
testHaskellDepends = [
17692+
aeson
1768617693
base
17694+
bytestring
17695+
cardano-crypto
1768717696
cardano-sl
1768817697
cardano-sl-chain
1768917698
cardano-sl-client
1769017699
cardano-sl-core
17700+
cardano-sl-core-test
1769117701
cardano-sl-crypto
17702+
cardano-sl-crypto-test
1769217703
cardano-sl-db
1769317704
cardano-sl-generator
1769417705
cardano-sl-infra
1769517706
cardano-sl-util
17707+
cardano-sl-util-test
17708+
containers
1769617709
data-default
17710+
deepseq
1769717711
ekg-core
1769817712
ether
1769917713
formatting
1770017714
hspec
1770117715
lens
1770217716
log-warper
17717+
MonadRandom
1770317718
mtl
17719+
pvss
1770417720
QuickCheck
17721+
safe-exceptions
17722+
safecopy
17723+
serokell-util
17724+
servant
17725+
servant-server
1770517726
stm
1770617727
universum
17728+
unordered-containers
1770717729
];
1770817730
testToolDepends = [
1770917731
cpphs

0 commit comments

Comments
 (0)