Skip to content

Commit ca7297f

Browse files
committed
Comment out cardano-rpc from the project temporarily.
1 parent 4a0a18c commit ca7297f

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

cabal.project

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ packages:
2020
cardano-api
2121
cardano-api-gen
2222
cardano-wasm
23-
cardano-rpc
23+
-- TODO fix potential issues with build-type: Custom and protoc and reenable
24+
-- cardano-rpc
2425

2526
extra-packages: Cabal, process
2627

@@ -198,14 +199,15 @@ source-repository-package
198199
kes-agent
199200

200201

201-
constraints:
202-
contra-tracer == 0.1.0.2
203-
, lifted-async ^>=0.10.2.0
204-
, tls == 2.1.6
205-
, hashable ^>=1.4.7.0
206-
, hedgehog >=1.5
207-
, grapesy ^>= 1.0.0
208-
, http2-tls ^>= 0.4.0
209-
, random^>=1.2
202+
-- TODO remove this before merging 10.6 release PR if it is no longer needed
203+
-- constraints:
204+
-- contra-tracer == 0.1.0.2
205+
-- , lifted-async ^>=0.10.2.0
206+
-- , tls == 2.1.6
207+
-- , hashable ^>=1.4.7.0
208+
-- , hedgehog >=1.5
209+
-- , grapesy ^>= 1.0.0
210+
-- , http2-tls ^>= 0.4.0
211+
-- , random^>=1.2
210212

211213

flake.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,11 @@
171171
substituteInPlace crypton-x509-system.cabal --replace 'Crypt32' 'crypt32'
172172
'';
173173
}
174-
({pkgs, ...}: {
175-
packages.proto-lens-protobuf-types.components.library.build-tools = [pkgs.buildPackages.protobuf];
176-
packages.cardano-rpc.components.library.build-tools = [pkgs.buildPackages.protobuf];
177-
})
174+
# TODO uncomment when reenabling cardano-rpc
175+
# ({pkgs, ...}: {
176+
# packages.proto-lens-protobuf-types.components.library.build-tools = [pkgs.buildPackages.protobuf];
177+
# packages.cardano-rpc.components.library.build-tools = [pkgs.buildPackages.protobuf];
178+
# })
178179
];
179180
});
180181
# ... and construct a flake from the cabal project

0 commit comments

Comments
 (0)