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 5f3a391 commit e1a6963Copy full SHA for e1a6963
ouroboros-network/ouroboros-network.cabal
@@ -174,6 +174,27 @@ library
174
if flag(asserts)
175
ghc-options: -fno-ignore-asserts
176
177
+library traces
178
+ import: ghc-options
179
+ visibility: public
180
+ hs-source-dirs: traces
181
+ exposed-modules:
182
+ Ouroboros.Network.Traces
183
+ other-modules:
184
+ reexported-modules:
185
+ default-language: Haskell2010
186
+ other-extensions:
187
+ build-depends:
188
+ aeson,
189
+ base >=4.14 && <4.22,
190
+ ouroboros-network,
191
+ -- Needs: `instance ToJSON UseLedgerPeers`
192
+ ouroboros-network:orphan-instances,
193
+ text,
194
+ trace-dispatcher ^>= 2.10.0
195
+ if flag(asserts)
196
+ ghc-options: -fno-ignore-asserts
197
+
198
library orphan-instances
199
import: ghc-options
200
visibility: public
0 commit comments