Skip to content

Commit

Permalink
New indexer.
Browse files Browse the repository at this point in the history
  • Loading branch information
raduom committed Nov 28, 2022
1 parent 4df6d03 commit c6fc051
Show file tree
Hide file tree
Showing 6 changed files with 457 additions and 32 deletions.
7 changes: 7 additions & 0 deletions marconi/marconi.cabal
Expand Up @@ -22,16 +22,21 @@ source-repository head
common lang
default-language: Haskell2010
default-extensions:
DeriveAnyClass
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveLift
DeriveTraversable
ExplicitForAll
FlexibleInstances
GeneralizedNewtypeDeriving
ImportQualifiedPost
InstanceSigs
MultiParamTypeClasses
ScopedTypeVariables
StandaloneDeriving
TypeFamilies

ghc-options:
-Wall -Widentities -Wincomplete-record-updates
Expand All @@ -45,6 +50,7 @@ library
exposed-modules:
Marconi.CLI
Marconi.Index.Datum
Marconi.Index.New.ScriptTx
Marconi.Index.ScriptTx
Marconi.Index.Utxo
Marconi.Indexers
Expand Down Expand Up @@ -129,6 +135,7 @@ test-suite marconi-test
build-depends:
, cardano-streaming
, marconi
, rewindable-index

--------------------------
-- Other IOG dependencies
Expand Down

0 comments on commit c6fc051

Please sign in to comment.