Skip to content

Commit 270e149

Browse files
committed
network-mux:traces
1 parent 85b8928 commit 270e149

File tree

2 files changed

+525
-0
lines changed

2 files changed

+525
-0
lines changed

network-mux/network-mux.cabal

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,30 @@ library
112112
-Wredundant-constraints
113113
-Wunused-packages
114114

115+
library traces
116+
build-depends:
117+
aeson,
118+
base >=4.14 && <4.22,
119+
formatting,
120+
network-mux,
121+
trace-dispatcher ^>= 2.10.0
122+
hs-source-dirs: traces
123+
visibility: public
124+
exposed-modules:
125+
Network.Mux.Traces
126+
default-language: Haskell2010
127+
default-extensions: ImportQualifiedPost
128+
ghc-options:
129+
-Wall
130+
-Wcompat
131+
-Widentities
132+
-Wincomplete-record-updates
133+
-Wincomplete-uni-patterns
134+
-Wno-unticked-promoted-constructors
135+
-Wpartial-fields
136+
-Wredundant-constraints
137+
-Wunused-packages
138+
115139
test-suite test
116140
type: exitcode-stdio-1.0
117141
hs-source-dirs: test

0 commit comments

Comments
 (0)