Skip to content

Fix .cabal files so 'stack check' passes. #110

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 1 commit into from
May 10, 2017

Conversation

judah
Copy link
Contributor

@judah judah commented May 10, 2017

- Add LICENSE files for all packages.
- Add descriptions for packages that were missing one.
- Work around google/proto-lens#69 by symlinking third_party into
  tensorflow-proto.
, ../third_party/tensorflow/tensorflow/core/protobuf/config.proto
, ../third_party/tensorflow/tensorflow/core/protobuf/debug.proto
, ../third_party/tensorflow/tensorflow/core/util/event.proto
extra-source-files: third_party/tensorflow/tensorflow/core/framework/*.proto
Copy link
Contributor

Choose a reason for hiding this comment

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

How will this work for stand-alone cabal builds? Are you planning to include these files into the package?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, for this first release I was planning to include the .proto files in the tarball we upload to Hackage.

Longer-term I'd like to upload the generated *.hs files themselves, to avoid the dependency on protoc. But that will require more changes to Data.ProtoLens.Setup.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

(To clarify, this new setup causes the linked .proto files to be included in the tarball automatically.)

@blackgnezdo blackgnezdo merged commit 0fa719b into tensorflow:master May 10, 2017
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.

2 participants