
22 Oct
2008
22 Oct
'08
11:48 p.m.
Windows will not let you modify/delete binaries if they're running as a process, and it won't let you delete .DLL files that're in use by applications either (mapped to shared memory, that is.) So cabal install cannot overwrite the cabal.exe binary after it builds it, because it's already running. I'm not sure anybody's found an adequate solution yet (Duncan?) - .bat files maybe? Austin