@@ -53,6 +53,7 @@ library
5353 import : common-lib
5454 hs-source-dirs : src
5555 exposed-modules :
56+ Cardano.Tools.DBQuery
5657 Cardano.Tools.DBServer
5758 Cardano.Tools.DBServer.Options
5859
@@ -62,60 +63,24 @@ library
6263 base16-bytestring >= 1.0 ,
6364 base64-bytestring,
6465 bytestring >= 0.10 && < 0.13 ,
65- cardano-crypto,
6666 cardano-crypto-class,
67- cardano-crypto-wrapper,
68- cardano-git-rev ^>= 0.2.1 ,
69- cardano-ledger-allegra,
70- cardano-ledger-alonzo,
7167 cardano-ledger-api,
72- cardano-ledger-babbage,
7368 cardano-ledger-binary,
74- cardano-ledger-byron,
75- cardano-ledger-conway,
76- cardano-ledger-core,
77- cardano-ledger-mary,
78- cardano-ledger-shelley,
79- cardano-prelude,
80- cardano-protocol-tpraos,
8169 cardano-slotting,
82- cardano-strict-containers,
83- cborg ^>= 0.2.2 ,
84- compact,
85- containers >= 0.5 && < 0.8 ,
8670 contra-tracer,
87- directory,
88- filepath,
89- fs-api,
90- githash,
9171 http-types,
92- microlens,
93- mtl,
9472 network,
95- network-mux,
96- nothunks,
9773 optparse-applicative,
9874 ouroboros-consensus ^>= 0.21 ,
9975 ouroboros-consensus-cardano,
10076 ouroboros-consensus-diffusion,
101- ouroboros-consensus-protocol :unstable-protocol-testlib,
10277 ouroboros-consensus-cardano :unstable-cardano-tools,
103- ouroboros-consensus-protocol,
104- ouroboros-network,
10578 ouroboros-network-api,
106- ouroboros-network-framework,
107- ouroboros-network-protocols,
108- resource-registry,
109- serialise,
110- singletons,
79+ QuickCheck,
11180 sop-core,
11281 sop-extras,
113- strict-sop-core,
11482 text,
115- text-builder,
11683 time,
117- transformers,
118- transformers-except,
11984 wai,
12085 warp
12186
@@ -151,7 +116,6 @@ test-suite db-server-test
151116 filepath,
152117 hspec,
153118 http-types,
154- mtl,
155119 temporary,
156120 text,
157121 unix,
0 commit comments