Skip to content

Commit

Permalink
add missing other-modules in cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhtz committed Jun 30, 2024
1 parent d3f3343 commit bc4842d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion chainweb.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ test-suite chainweb-tests
Data.Test.Word.Encoding

-- P2P
P2P.Test.Node
P2P.Test.Orphans
P2P.Test.TaskQueue

Expand Down Expand Up @@ -705,14 +706,18 @@ executable cwtool
main-is: CwTool.hs
other-modules:
Allocations
Chainweb.Test.Cut
Chainweb.Test.Cut.TestBlockDb
Chainweb.Test.HostAddress
Chainweb.Test.MultiNode
Chainweb.Test.Orphans.Internal
Chainweb.Test.Orphans.Pact
Chainweb.Test.Orphans.Time
Chainweb.Test.Pact.Utils
Chainweb.Test.P2P.Peer.BootstrapConfig
Chainweb.Test.Pact.Utils
Chainweb.Test.TestVersions
Chainweb.Test.Utils
Chainweb.Test.Utils.APIValidation
Chainweb.Test.Utils.BlockHeader
CheckpointerDBChecksum
Ea
Expand Down Expand Up @@ -830,6 +835,7 @@ benchmark bench
Chainweb.Test.Orphans.Internal
Chainweb.Test.Orphans.Pact
Chainweb.Test.Orphans.Time
Chainweb.Test.TestVersions
P2P.Test.Orphans

build-depends:
Expand Down

0 comments on commit bc4842d

Please sign in to comment.