Skip to content

Commit 250f371

Browse files
committed
cardano-db: Expose Cardano.Db.Types module
Anybody that wants to build Haskell code on top of `db-sync` and write `Hasql` queries will need at least the `DbM` type exposed and probably other stuff in that module.
1 parent 2187c9c commit 250f371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano-db/cardano-db.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ library
3535
Cardano.Db.Schema.Variants
3636
Cardano.Db.Schema.Variants.TxOutAddress
3737
Cardano.Db.Schema.Variants.TxOutCore
38+
Cardano.Db.Types
3839

3940
other-modules: Cardano.Db.Error
4041
Cardano.Db.Git.RevFromGit
@@ -76,7 +77,6 @@ library
7677
Cardano.Db.Statement.StakeDelegation
7778
Cardano.Db.Statement.Types
7879
Cardano.Db.Statement.Variants.TxOut
79-
Cardano.Db.Types
8080

8181
build-depends: aeson
8282
, base >= 4.14 && < 5

0 commit comments

Comments
 (0)