We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270e149 commit 4aaeabeCopy full SHA for 4aaeabe
ouroboros-network/ouroboros-network.cabal
@@ -180,6 +180,27 @@ library
180
if flag(txsubmission-delay)
181
cpp-options: -DTXSUBMISSION_DELAY
182
183
+library traces
184
+ import: ghc-options
185
+ visibility: public
186
+ hs-source-dirs: traces
187
+ exposed-modules:
188
+ Ouroboros.Network.Traces
189
+ other-modules:
190
+ reexported-modules:
191
+ default-language: Haskell2010
192
+ other-extensions:
193
+ build-depends:
194
+ aeson,
195
+ base >=4.14 && <4.22,
196
+ ouroboros-network,
197
+ -- Needs: `instance ToJSON UseLedgerPeers`
198
+ ouroboros-network:orphan-instances,
199
+ text,
200
+ trace-dispatcher ^>= 2.10.0
201
+ if flag(asserts)
202
+ ghc-options: -fno-ignore-asserts
203
+
204
library orphan-instances
205
import: ghc-options
206
visibility: public
0 commit comments