Skip to content

Commit 4aaeabe

Browse files
committed
ouroboros-network:traces
1 parent 270e149 commit 4aaeabe

File tree

2 files changed

+406
-0
lines changed

2 files changed

+406
-0
lines changed

ouroboros-network/ouroboros-network.cabal

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,27 @@ library
180180
if flag(txsubmission-delay)
181181
cpp-options: -DTXSUBMISSION_DELAY
182182

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+
183204
library orphan-instances
184205
import: ghc-options
185206
visibility: public

0 commit comments

Comments
 (0)