
10 Sep
2008
10 Sep
'08
8:24 a.m.
Am Dienstag, 9. September 2008 16:05 schrieb Conal Elliott:
[…]
My current leaning is to split a package "foo" into packages "foo" and "foo-test"
What benefit does this provide?
It keeps the library and its dependencies small.
Do you publish foo-test on Hackage? If yes than the HackageDB gets cluttered with test packages. If not, there is no easy way for users to run your tests.
[…]
Best wishes, Wolfgang