I am developing cardano smart contract with cabal.
In cabal.project file, there are all information of related modules.
How can I config this? only manually?
Please help me!
index-state: 2021-08-14T00:00:00Z
packages: ./.
– You never, ever, want this.
write-ghc-environment-files: never
– Always build tests and benchmarks.
tests: true
benchmarks: true
source-repository-package
type: git
location: GitHub - input-output-hk/plutus: The Plutus language implementation and tools
subdir:
freer-extras
playground-common
plutus-chain-index
plutus-core
…