File tree Expand file tree Collapse file tree 2 files changed +525
-0
lines changed Expand file tree Collapse file tree 2 files changed +525
-0
lines changed Original file line number Diff line number Diff 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+
115139test-suite test
116140 type : exitcode-stdio-1.0
117141 hs-source-dirs : test
You can’t perform that action at this time.
0 commit comments