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

Fix warning about license-file of lib/cli/cardano-wallet-cli.cabal #255

Merged
merged 1 commit into from
May 13, 2019

Conversation

rvl
Copy link
Contributor

@rvl rvl commented May 13, 2019

It was giving this warning:

Warning: 'license-file: ../../LICENSE' is a relative path outside of the
source tree. This will not work when generating a tarball with 'sdist'.

We could also simplify by just removing all license-file lines and the symlinks. This would be fine because the cabal files already say license: MIT, and there is a top-level LICENSE file.

@rvl rvl self-assigned this May 13, 2019
@paweljakubas paweljakubas force-pushed the rvl/cabal-license-file branch from 9635da5 to 5d46ecc Compare May 13, 2019 17:15
@paweljakubas paweljakubas self-requested a review May 13, 2019 17:15
Warning: 'license-file: ../../LICENSE' is a relative path outside of the
source tree. This will not work when generating a tarball with 'sdist'.
@paweljakubas paweljakubas merged commit 1677003 into master May 13, 2019
@rvl rvl deleted the rvl/cabal-license-file branch May 13, 2019 23:28
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

Successfully merging this pull request may close these issues.

4 participants