Skip to content

Commit

Permalink
Remove cardano-node-config from cardano-node cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Oct 13, 2020
1 parent 72987eb commit b3b133b
Showing 1 changed file with 2 additions and 59 deletions.
61 changes: 2 additions & 59 deletions cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ library
, lobemo-backend-trace-forwarder
, network
, network-mux
, cardano-node-config
, optparse-applicative
, ouroboros-consensus
, ouroboros-consensus-byron
Expand Down Expand Up @@ -143,63 +142,6 @@ library
, Cardano.Node.TUI.EventHandler
, Cardano.Node.TUI.Run


library cardano-node-config

hs-source-dirs: src

exposed-modules: Cardano.Node.Configuration.POM
Cardano.Node.Orphans
Cardano.Node.Protocol.Types
Cardano.Node.Types
Cardano.Tracing.Config
Cardano.Tracing.Constraints
Cardano.Tracing.ConvertTxId
Cardano.Tracing.Metrics
Cardano.Tracing.OrphanInstances.Common
Cardano.Tracing.Queries

build-depends: aeson
, base >=4.12 && <5
, base16-bytestring
, bytestring
, cardano-api
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-ledger
, cardano-config
, cardano-prelude
, cardano-slotting
, containers
, dns
, filepath
, generic-data
, iohk-monitoring
, iproute
, network
, optparse-applicative
, ouroboros-consensus
, ouroboros-consensus-cardano
, ouroboros-consensus-byron
, ouroboros-consensus-shelley
, ouroboros-network
, scientific
, shelley-spec-ledger
, text
, yaml


default-language: Haskell2010
default-extensions: NoImplicitPrelude
OverloadedStrings

ghc-options: -Wall
-Wincomplete-record-updates
-Wincomplete-uni-patterns
-Wredundant-constraints
-Wpartial-fields
-Wcompat

executable cardano-node
hs-source-dirs: app
main-is: cardano-node.hs
Expand Down Expand Up @@ -245,11 +187,12 @@ executable chairman
, cardano-api
, cardano-config
, cardano-ledger
, cardano-node
, cardano-prelude
, contra-tracer
, cardano-prelude
, io-sim-classes
, network-mux , cardano-node-config
, network-mux
, optparse-applicative
, ouroboros-consensus
, ouroboros-consensus-cardano
Expand Down

0 comments on commit b3b133b

Please sign in to comment.