We have a Purescript project that has grown organically, and it would be natural to split it up into two "binaries" and two libraries.
Since the packages are still closely related, it would be convenient to maintain them in the same git repository. Is anyone doing this?
Most purescript repos I've seen are very fine-grained, and others just put everything in one bower package.
(FWIW, part of the reason for wanting to split them is to be able to avoid pulling unnecessary transitive dependencies into downstream projects.)