Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cardano-node, cardano-testnet and cardano-submit-api #15

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
path = hedgehog-extras
url = git@github.com:input-output-hk/hedgehog-extras.git
branch = main
[submodule "cardano-node"]
path = cardano-node
url = git@github.com:input-output-hk/cardano-node.git
branch = master
24 changes: 22 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ repository cardano-haskell-packages
-- See CONTRIBUTING for information about these, including some Nix commands
-- you need to run if you change them
index-state:
, hackage.haskell.org 2023-05-25T00:00:00Z
, cardano-haskell-packages 2023-06-21T00:00:00Z
, hackage.haskell.org 2023-07-17T06:35:34Z
, cardano-haskell-packages 2023-07-17T07:47:06Z

packages:
cardano-api/cardano-api
cardano-api/cardano-api-gen
cardano-cli/cardano-cli
cardano-node/cardano-node
cardano-node/cardano-submit-api
cardano-node/cardano-testnet
hedgehog-extras

package cardano-api
Expand All @@ -28,6 +31,18 @@ package cardano-api
package cardano-api-gen
ghc-options: -Werror

package cardano-cli
ghc-options: -Werror

package cardano-node
ghc-options: -Werror

package cardano-submit-api
ghc-options: -Werror

package cardano-testnet
ghc-options: -Werror

package cryptonite
-- Using RDRAND instead of /dev/urandom as an entropy source for key
-- generation is dubious. Set the flag so we use /dev/urandom by default.
Expand All @@ -40,6 +55,11 @@ test-show-details: direct
-- Always write GHC env files, because they are needed for ghci.
write-ghc-environment-files: always

allow-newer: text

constraints:
dependent-sum-template < 0.1.2

-- IMPORTANT
-- Do NOT add more source-repository-package stanzas here unless they are strictly
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.
2 changes: 1 addition & 1 deletion cardano-api
2 changes: 1 addition & 1 deletion cardano-cli
1 change: 1 addition & 0 deletions cardano-node
Submodule cardano-node added at c87bd6
2 changes: 1 addition & 1 deletion hedgehog-extras
Loading