haskell icon indicating copy to clipboard operation
haskell copied to clipboard

Unit-test the sdist installation

Open judah opened this issue 8 years ago • 0 comments

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.)

judah avatar May 10 '17 23:05 judah