From 62eefdde12135001b32dcef4c5b5a74d1395db76 Mon Sep 17 00:00:00 2001 From: Andrea Bedini Date: Mon, 31 Oct 2022 16:25:40 +0800 Subject: [PATCH] Add comments --- cabal.project | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cabal.project b/cabal.project index 6cbd1aec1d..c3cc379048 100644 --- a/cabal.project +++ b/cabal.project @@ -41,6 +41,13 @@ packages: cardano-streaming rewindable-index web-ghc +-- +-- The following section constrains the build plan to what we currently +-- know is buildable. Unfortunately, at this moment, the cabal files of our +-- packages in CHaP do not specify correctly version bounds and, without +-- further help, cabal alone will come up with a failing build plan. +-- + constraints: -- needed by cardano-crypto-class-2.0.0 and cardano-crypto-wrapper-1.3.0 , cardano-prelude == 0.1.0.0 @@ -51,6 +58,10 @@ constraints: -- needed by cardano-ledger-core-0.1.0.0 , cardano-crypto-class == 2.0.0 + -- + -- the following constraints are speculative and reflect the current build plan + -- + -- plutus , plutus-core == 1.0.0.0 , plutus-ghc-stub == 8.6.5