-
Notifications
You must be signed in to change notification settings - Fork 200
Update to haddock files for tensorflow-0.3 package (TensorFlow 2.3.0). #269
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I there are some excess files, e.g. we have both
A docs/haddock/tensorflow-0.2.0.1/TensorFlow-Build.html (0)
...
A docs/haddock/tensorflow-0.3.0.0/TensorFlow-Build.html (0)
Maybe you meant to keep only the latter directory?
Good catch. I had some issues with |
As promised, this pull request completes the last thing remaining (excluding feature requests) for TensorFlow 2.3.0: the haddock files. There was also a minor edit to refer to 2.3.0-gpu and not 1.14.0-gpu in the README.
It would be very nice if those with the right permissions could push this upstream to Hackage.
For someone who has the spare cycles, it would be nice to push this up into Stackage as well:
https://github.com/commercialhaskell/stackage/blob/master/MAINTAINERS.md#adding-a-package
At this point in time, to add to Stackage, one must ensure compatibility with GHC 8.10.2 since that is what version Nightly is currently using. Special attention should be given to editing
debian-bootstrap.sh
to ensure thatlibtensorflow-2.3.0
andprotoc-3.13.0
is properly installed along with any other non-Haskell dependencies (seeci_build/Dockerfile
for the complete list).