Skip to content

Commit

Permalink
Remove unused cardano-cli dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy authored and jutaro committed May 13, 2021
1 parent 1a42230 commit d301b5d
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions cardano-cli/cardano-cli.cabal
Expand Up @@ -76,8 +76,6 @@ library
, binary
, bytestring
, base16-bytestring >= 1.0
, base58-bytestring
, canonical-json >= 0.6 && < 0.7
, cardano-api
, cardano-binary
, cardano-config
Expand All @@ -86,42 +84,30 @@ library
, cardano-crypto-wrapper
, cardano-ledger-byron
, cardano-ledger-shelley-ma
, cardano-node
, cardano-prelude
, cardano-slotting
, contra-tracer
, cborg >= 0.2.4 && < 0.3
, containers
, cryptonite
, directory
, filepath
, formatting
, io-sim-classes
, iproute
, memory
, network
, network-mux
, network-uri
, optparse-applicative
, ouroboros-consensus
, ouroboros-consensus-byron
, ouroboros-consensus-cardano
, ouroboros-consensus-shelley
, ouroboros-network
, primitive
, parsec
, process
, scientific
, shelley-spec-ledger
, small-steps
, split
, text
, time
, transformers
, transformers-except
, ouroboros-network-framework
, utf8-string
, unordered-containers
, vector

default-language: Haskell2010
Expand Down Expand Up @@ -153,12 +139,9 @@ executable cardano-cli

build-depends: base >= 4.12 && < 5
, cardano-cli
, cardano-config
, cardano-crypto-class
, cardano-prelude
, directory
, optparse-applicative
, text
, transformers-except
default-extensions: NoImplicitPrelude

Expand All @@ -168,35 +151,20 @@ test-suite cardano-cli-test
type: exitcode-stdio-1.0

build-depends: base >= 4.12 && < 5
, aeson >= 1.5.6.0
, bech32 >= 1.1.0
, bytestring
, base16-bytestring
, cardano-api
, cardano-api-test
, cardano-cli
, cardano-crypto-class
, cardano-ledger-shelley-ma
, cardano-node
, cardano-prelude
, containers
, deepseq
, directory
, exceptions
, hedgehog
, hedgehog-extras
, lifted-base
, optparse-applicative
, ouroboros-consensus-shelley
, parsec
, process
, shelley-spec-ledger
, shelley-spec-ledger-test
, temporary
, text
, time
, transformers-except
, unordered-containers

other-modules: Test.Cli.FilePermissions
Test.Cli.ITN
Expand Down Expand Up @@ -227,28 +195,20 @@ test-suite cardano-cli-golden

build-depends: base >= 4.12 && < 5
, aeson >= 1.5.6.0
, bech32 >= 1.1.0
, bytestring
, base16-bytestring
, cardano-api
, cardano-cli
, cardano-crypto-wrapper
, cardano-ledger-byron
, cardano-prelude
, cborg
, containers
, deepseq
, directory
, exceptions
, hedgehog
, hedgehog-extras
, lifted-base
, optparse-applicative
, process
, temporary
, text
, time
, transformers-except
, unordered-containers

other-modules: Test.Golden.Shelley
Expand Down

0 comments on commit d301b5d

Please sign in to comment.