Skip to content

Commit

Permalink
Move back indexers into the library.
Browse files Browse the repository at this point in the history
  • Loading branch information
raduom committed Aug 8, 2022
1 parent 0a35ed5 commit 9e3d92c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions plutus-chain-index/plutus-chain-index.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ common lang
library
import: lang
exposed-modules:
Marconi.Index.Datum
Marconi.Index.Utxo
Plutus.ChainIndex.App
Plutus.ChainIndex.CommandLine
Plutus.ChainIndex.Config
Expand Down Expand Up @@ -68,6 +70,7 @@ library
, iohk-monitoring
, ouroboros-network
, plutus-ledger-api
, plutus-script-utils

------------------------
-- Non-IOG dependencies
Expand All @@ -79,13 +82,15 @@ 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 All @@ -109,8 +114,6 @@ executable marconi
main-is: Marconi.hs
hs-source-dirs: app
other-modules:
Marconi.Index.Datum
Marconi.Index.Utxo
Marconi.Logging
Marconi.Orphans

Expand Down

0 comments on commit 9e3d92c

Please sign in to comment.