We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 add a comment about version equality constraints when there are none, such as for persistent:
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
The text was updated successfully, but these errors were encountered:
Same goes for dhall2stack, not a comment but instead a dangling empty extra-deps:
dhall2stack
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: []
Sorry, something went wrong.
No branches or pull requests
Don't add a comment about version equality constraints when there are none, such as for
persistent
:The text was updated successfully, but these errors were encountered: