You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I accidentally uploaded to Hackage a version of the tensorflow library (0.1.0.0) which didn't actually build since it didn't include its c_api.h file. We can make our unit tests check this by running sdist t and then cabal install-ing the resulting tarballs. (proto-lens takes this approach, as do some other packages.)
The text was updated successfully, but these errors were encountered:
I accidentally uploaded to Hackage a version of the
tensorflow
library (0.1.0.0) which didn't actually build since it didn't include itsc_api.h
file. We can make our unit tests check this by runningsdist
t and thencabal install
-ing the resulting tarballs. (proto-lens
takes this approach, as do some other packages.)The text was updated successfully, but these errors were encountered: