Skip to content

Commit

Permalink
Leftover from #352: forgot to expose new module
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhammann committed Nov 14, 2023
1 parent 65240dd commit 504bca6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions cardano-api-gen/cardano-api-gen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ library
hs-source-dirs: src
-- These modules should match those in cardano-api:gen
exposed-modules: Test.Gen.Cardano.Api.Empty
reexported-modules: Test.Gen.Cardano.Api,
Test.Gen.Cardano.Api.Metadata,
Test.Gen.Cardano.Api.Typed,
Test.Gen.Cardano.Crypto.Seed,
Test.Hedgehog.Golden.ErrorMessage,
Test.Hedgehog.Roundtrip.Bech32,
Test.Hedgehog.Roundtrip.CBOR,
reexported-modules: Test.Gen.Cardano.Api
, Test.Gen.Cardano.Api.Metadata
, Test.Gen.Cardano.Api.ProtocolParameters
, Test.Gen.Cardano.Api.Typed
, Test.Gen.Cardano.Crypto.Seed
, Test.Hedgehog.Golden.ErrorMessage
, Test.Hedgehog.Roundtrip.Bech32
, Test.Hedgehog.Roundtrip.CBOR
1 change: 1 addition & 0 deletions cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ library gen
Test.Gen.Cardano.Api.Era
Test.Gen.Cardano.Api.Metadata
Test.Gen.Cardano.Api.Typed
Test.Gen.Cardano.Api.ProtocolParameters
Test.Gen.Cardano.Crypto.Seed
Test.Hedgehog.Golden.ErrorMessage
Test.Hedgehog.Roundtrip.Bech32
Expand Down

0 comments on commit 504bca6

Please sign in to comment.