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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
