
23 Sep
2008
23 Sep
'08
7:09 a.m.
2008/9/23 Cetin Sert
Austin:
Let's say I go and compile a library from sources and install it through Cabal. How can I update the binary version of the library Cabal installed after recompiling the library using newer/modified sources?
That should happen automatically with cabal-install if the version number in the .cabal file has changed. There doesn't seem to be a good way of forcing cabal-install to recreate a build (eg, if you want to rebuild/reinstall with profiling). I think you need to unregister the package manually first. :-( D -- Dougal Stanton dougal@dougalstanton.net // http://www.dougalstanton.net