haskell
haskell copied to clipboard
Unit-test the sdist installation
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.)