On Wed, Oct 22, 2008 at 8:48 PM, Austin Seipp <[EMAIL PROTECTED]> wrote: > 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.
looks like i just needed to fix my paths. I had the default ghc bin directory before the directory where cabal installs its binaries. But after i fixed that, i ran into the windows problem, which i fixed by just copying the binary to a temporary location. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
