You may recall a hack I posted that allowed the executables in a package to be linked with the library defined in the package. I discovered an interesting problem with my hack, you cannot profile your code. The linker cannot find a debugging version of the library for use with the executables. I decided to make my package describe just one executable, which should be good enough for the development process. No more cabal hacks for me.
<br><br>John<br>