-
Notifications
You must be signed in to change notification settings - Fork 91
Fmaste/dmq node traces #5233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Fmaste/dmq node traces #5233
Changes from all commits
71fdf5b
1d0e44c
0961d35
c7a45c7
ccb7ddb
82df769
604013c
8300520
e307020
e79d6af
98ee8d1
7dadb41
198e84e
3bdc028
751aaae
cb806d0
ed9f0e3
a3d81a1
817dbff
3e27ce8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -112,6 +112,30 @@ library | |
| -Wredundant-constraints | ||
| -Wunused-packages | ||
|
|
||
| library traces | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's also an option to make this a separate package for eg. |
||
| build-depends: | ||
| aeson, | ||
| base >=4.14 && <4.22, | ||
| formatting, | ||
| network-mux, | ||
| trace-dispatcher ^>= 2.10.0 | ||
| hs-source-dirs: traces | ||
| visibility: public | ||
| exposed-modules: | ||
| Network.Mux.Traces | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We already have a very similar module |
||
| default-language: Haskell2010 | ||
| default-extensions: ImportQualifiedPost | ||
| ghc-options: | ||
| -Wall | ||
| -Wcompat | ||
| -Widentities | ||
| -Wincomplete-record-updates | ||
| -Wincomplete-uni-patterns | ||
| -Wno-unticked-promoted-constructors | ||
| -Wpartial-fields | ||
| -Wredundant-constraints | ||
| -Wunused-packages | ||
|
|
||
| test-suite test | ||
| type: exitcode-stdio-1.0 | ||
| hs-source-dirs: test | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.