You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Give it a different name to avoid cabal confusing it with the
-- real CHaP
repository cardano-haskell-packages-local
-- Point this to the *built* repository
url: file:/home/kolam/git/iog/cardano-haskell-packages/_repo
secure: True
-- You can skip the root-keys field
-- Add all the packages you want to try building
extra-packages:
, cardano-testnet-8.8.0
The root folder only has this single cabal.project file.
Then, doing cabal update as instructed, I get:
$ cabal update
Warning: There are no packages or optional-packages in the project
open: does not exist (No such file or directory)
The text was updated successfully, but these errors were encountered:
Followed the instructions in the "... by building packages with cabal" section: https://github.com/IntersectMBO/cardano-haskell-packages?tab=readme-ov-file#-by-building-packages-with-cabal
My
cabal.project
is:The root folder only has this single
cabal.project
file.Then, doing
cabal update
as instructed, I get:The text was updated successfully, but these errors were encountered: