Skip to content

Commit

Permalink
Tracing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jutaro committed May 30, 2023
1 parent 01bac98 commit b9b94ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cardano-node/cardano-node.cabal
Expand Up @@ -38,6 +38,7 @@ common project-config
-Wpartial-fields
-Wredundant-constraints
-Wunused-packages
-fprof-auto

common maybe-Win32
if os(windows)
Expand Down
1 change: 1 addition & 0 deletions trace-dispatcher/src/Cardano/Logging/DocuGenerator.hs
Expand Up @@ -53,6 +53,7 @@ addDocumentedNamespace tl (Documented list) =
list

-- | Convenience function
{-# INLINE showT #-}
showT :: Show a => a -> Text
showT = pack . show

Expand Down

0 comments on commit b9b94ff

Please sign in to comment.