Skip to content

Commit

Permalink
Move indexers to plutus-chain-index-core.
Browse files Browse the repository at this point in the history
  • Loading branch information
raduom committed Aug 8, 2022
1 parent 58fbc06 commit b0b331f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions plutus-chain-index-core/plutus-chain-index-core.cabal
Expand Up @@ -43,6 +43,9 @@ library
exposed-modules:
Cardano.Protocol.Socket.Client
Cardano.Protocol.Socket.Type
Marconi.Index.Datum
Marconi.Index.TxConfirmationStatus
Marconi.Index.Utxo
Plutus.ChainIndex
Plutus.ChainIndex.Api
Plutus.ChainIndex.ChainIndexError
Expand Down Expand Up @@ -112,6 +115,9 @@ library
, fingertree
, freer-simple
, http-types
, hysterical-screams
, io-classes
, iohk-monitoring
, lens
, memory
, mtl
Expand Down
6 changes: 0 additions & 6 deletions plutus-chain-index/plutus-chain-index.cabal
Expand Up @@ -41,9 +41,6 @@ common lang
library
import: lang
exposed-modules:
Marconi.Index.Datum
Marconi.Index.TxConfirmationStatus
Marconi.Index.Utxo
Plutus.ChainIndex.App
Plutus.ChainIndex.CommandLine
Plutus.ChainIndex.Config
Expand Down Expand Up @@ -71,7 +68,6 @@ library
, iohk-monitoring
, ouroboros-network
, plutus-ledger-api
, plutus-script-utils

------------------------
-- Non-IOG dependencies
Expand All @@ -83,15 +79,13 @@ library
, beam-migrate
, beam-sqlite
, clock
, containers
, contra-tracer
, data-default
, freer-simple
, lens
, optparse-applicative
, prettyprinter >=1.1.0.1
, resource-pool
, serialise
, sqlite-simple
, stm
, time-units
Expand Down

0 comments on commit b0b331f

Please sign in to comment.