
21 Jan
2012
21 Jan
'12
3:25 p.m.
On 2012-01-21 16.20.25 -0400, Joey Hess wrote:
My problem now is that as I start new projects, I want to have my haskell utility functions available, and copying them around is not ideal. So, put them on hackage. But where, exactly?
Instead of putting all of them in one package, how about you group them into multiple relevant packages. That way we can search for them more easily, have smaller, more meaningful imports, and so on. Sometimes they may make sense as pull requests against other packages, instead.