
17 Oct
2007
17 Oct
'07
2:03 p.m.
ramsdell@mitre.org (John D. Ramsdell) writes:
To link with the lib, use a separate .cabal file that has an executable.
This is obviously not what one wants. The executables and the library are conceptually part of the same unit of code.
But with different requirements (i.e. the executable depends on the library, but clearly the library does not depend on itself). I think two cabal files is a good solution, how about using the name as a parameter to Setup.hs? E.g., "./Setup.hs configure foo" would prepare to build using "foo.cabal"? -k -- If I haven't seen further, it is by standing in the footprints of giants