Skip to content
Draft
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
2 changes: 0 additions & 2 deletions .github/workflows/hls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,4 @@ jobs:
cradle:
cabal:
EOF
# Remove the following line after `cardano-rpc` project is enabled in `cabal.project`
mv cardano-rpc ../
haskell-language-server
11 changes: 4 additions & 7 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@ 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 2025-09-11T01:58:40Z
, cardano-haskell-packages 2025-10-21T11:16:53Z
, hackage.haskell.org 2025-10-24T09:48:28Z
, cardano-haskell-packages 2025-10-24T13:50:12Z

packages:
cardano-api
cardano-api-gen
cardano-wasm
-- TODO fix potential issues with build-type: Custom and protoc and reenable
-- When uncommenting this line, remember to reenable in .github/workflows/hls.yml
-- by removing the line that moves it away before calling `haskell-language-server`.
-- cardano-rpc
cardano-rpc

extra-packages: Cabal, process

Expand Down Expand Up @@ -169,4 +166,4 @@ if arch(wasm32)

-- IMPORTANT
-- Do NOT add more source-repository-package stanzas here unless they are strictly
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,10 @@
substituteInPlace crypton-x509-system.cabal --replace 'Crypt32' 'crypt32'
'';
}
# TODO uncomment when reenabling cardano-rpc
# ({pkgs, ...}: {
# packages.proto-lens-protobuf-types.components.library.build-tools = [pkgs.buildPackages.protobuf];
# packages.cardano-rpc.components.library.build-tools = [pkgs.buildPackages.protobuf];
# })
({pkgs, ...}: {
packages.proto-lens-protobuf-types.components.library.build-tools = [pkgs.buildPackages.protobuf];
packages.cardano-rpc.components.library.build-tools = [pkgs.buildPackages.protobuf];
})
];
});
# ... and construct a flake from the cabal project
Expand Down
Loading