Skip to content

Commit

Permalink
Build haddock
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed May 8, 2024
1 parent b0b3ffa commit 2f33090
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions credential-manager/credential-manager.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,13 @@ library
CredentialManager.Api
CredentialManager.Scripts.ColdCommittee
CredentialManager.Scripts.ColdNFT
CredentialManager.Scripts.Common
CredentialManager.Scripts.HotCommittee
CredentialManager.Scripts.HotNFT

other-modules: Paths_credential_manager
other-modules:
CredentialManager.Scripts.Common
Paths_credential_manager

hs-source-dirs: src
build-depends:
, base >=4.18 && <5
Expand Down
2 changes: 1 addition & 1 deletion doc/read-the-docs-site/orchestrator-cli/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ As such, it is extremely flexible, designed to adapt to the workflow of the
user instead of imposing one.

This user guide will walk through building each transaction type with CLI
tools in an approximate sequence.
tools in a test environment provided by this repository's nix shell.

.. toctree::
:maxdepth: 1
Expand Down
3 changes: 3 additions & 0 deletions nix/project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ let
enable = true;
siteFolder = "doc/read-the-docs-site";
};
combinedHaddock = {
enable = true;
};
};

in
Expand Down
1 change: 0 additions & 1 deletion nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ cabalProject:
packages = [
pkgs.scriv
pkgs.jq
pkgs.python312Packages.pip-tools
inputs.cardano-node.packages.cardano-node
inputs.cardano-node.packages.cardano-cli
];
Expand Down

0 comments on commit 2f33090

Please sign in to comment.