
16 Apr
2005
16 Apr
'05
3:13 p.m.
I want the executables in /my/chosen/dir/bin but the library to be in /usr/local/lib rather than /my/chosen/dir/lib.
With "ordinary" configure scripts, you can finetune installation using flags like --libdir, --bindir, --includedir etc. This doesn't seem to work with Cabal just yet, but I don't think there are any reasons why it shouldn't be implementable. Feature request? =)
One final thought: why is there no uninstall?
I've requested it too, and the simple answer was because no one's implemented it yet. /Niklas