
28 May
2014
28 May
'14
2:20 a.m.
Hi Omari, On Tue, May 27, 2014 at 09:55:59PM -0400, Omari Norman wrote:
The Cabal file format works very well for small projects. However, in big projects with a library, many executables, and test suites, some irritations emerge. You need to specify dependencies in multiple places, leading to redundancy.
That's not quite true, you can share the dependencies and specify the modules once, but you have to use a different sub directory for each section (library, executable, test-suite, benchmark) in the cabal file. See: https://github.com/dan-t/hsimport/blob/master/hsimport.cabal Greetings, Daniel