Closed sternenseemann closed 3 years ago
Main point here: if other-modules doesn't include all dependencies of the test suite, building the test suite from the sdist will fail as cabal only adds files explicitly mentioned in the cabal file.
other-modules
Fix #38.
Thanks! I'm sorry it took so long to get this merged.
Main point here: if
other-modules
doesn't include all dependencies of the test suite, building the test suite from the sdist will fail as cabal only adds files explicitly mentioned in the cabal file.Fix #38.