Skip to content

Remove reference to benching.csv in plutus-core.cabal #6149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 30, 2024
Merged
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
23 changes: 11 additions & 12 deletions plutus-conformance/plutus-conformance.cabal
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
cabal-version: 3.0
name: plutus-conformance
version: 1.0.0.0
license: Apache-2.0
cabal-version: 3.0
name: plutus-conformance
version: 1.0.0.0
license: Apache-2.0
license-files:
LICENSE
NOTICE

maintainer: marty.stumpf@iohk.io
author: Plutus Core Team
synopsis: Conformance Test Suite for Plutus Core
description: Comprehensive Conformance Test Suite for Plutus Core.
category: Language, Plutus, Conformance
build-type: Simple
extra-doc-files: README.md
extra-source-files:
maintainer: marty.stumpf@iohk.io
author: Plutus Core Team
synopsis: Conformance Test Suite for Plutus Core
description: Comprehensive Conformance Test Suite for Plutus Core.
category: Language, Plutus, Conformance
build-type: Simple
extra-doc-files: README.md

source-repository head
type: git
Expand Down
23 changes: 11 additions & 12 deletions plutus-core/plutus-core.cabal
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
cabal-version: 3.0
name: plutus-core
version: 1.28.0.0
license: Apache-2.0
cabal-version: 3.0
name: plutus-core
version: 1.28.0.0
license: Apache-2.0
license-files:
LICENSE
NOTICE

maintainer: michael.peyton-jones@iohk.io
author: Plutus Core Team
synopsis: Language library for Plutus Core
description: Pretty-printer, parser, and typechecker for Plutus Core.
category: Language, Plutus
build-type: Simple
maintainer: michael.peyton-jones@iohk.io
author: Plutus Core Team
synopsis: Language library for Plutus Core
description: Pretty-printer, parser, and typechecker for Plutus Core.
category: Language, Plutus
build-type: Simple
extra-doc-files:
CHANGELOG.md
README.md

extra-source-files:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these not extra source files, at least the JSON files?

data-files:
cost-model/data/*.R
cost-model/data/benching.csv
cost-model/data/builtinCostModelA.json
cost-model/data/builtinCostModelB.json
cost-model/data/builtinCostModelC.json
Expand Down