Closed shlevy closed 5 years ago
Also, while debugging this I noticed a PATH search for stack
as well, so presumably the test suite could behave differently depending on if I have stack installed or not.
The current install process via makefile ensures that cabal is available.
This causes tests to fail during the build in nixpkgs, where we compile
Setup.hs
directly instead of usingcabal-install
in the generic haskell builder.