creswick / chatter

A library of Natural Language Processing algorithms for Haskell.
Other
73 stars 24 forks source link

Fix test suite compilation if built from sdist #39

Closed sternenseemann closed 3 years ago

sternenseemann commented 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.

Fix #38.

creswick commented 3 years ago

Thanks! I'm sorry it took so long to get this merged.