Skip to content
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

Don't leave dangling comment about version equality constraints #28

Open
philderbeast opened this issue Dec 6, 2023 · 1 comment
Open

Comments

@philderbeast
Copy link
Collaborator

Don't add a comment about version equality constraints when there are none, such as for persistent:

import: https://stackage.org/nightly-2023-12-05/cabal.config

-- We have 8 packages.
packages:
    persistent
  , persistent-mongoDB
  , persistent-mysql
  , persistent-postgresql
  , persistent-qq
  , persistent-redis
  , persistent-sqlite
  , persistent-test

-- Version equality constraints.

program-options
  ghc-options: -fhide-source-paths
@philderbeast
Copy link
Collaborator Author

Same goes for dhall2stack, not a comment but instead a dangling empty extra-deps:

user-message: "WARNING: This stack project is generated."

resolver: nightly-2024-05-18

# We have 4 packages.
packages:
  - ./hledger
  - ./hledger-lib
  - ./hledger-ui
  - ./hledger-web

extra-deps: []

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant