Re: [Haskell-cafe] any idea why cabal install cabal-install cant update itself in windows?

2008-10-23 Thread Duncan Coutts
On Wed, 2008-10-22 at 19:56 -0700, Anatoly Yakovenko wrote: > C:\Documents and Settings\anatolyy>cabal install cabal-install > Resolving dependencies... > 'cabal-install-0.6.0' is cached. > Configuring cabal-install-0.6.0... > Preprocessing executables for cabal-install-0.6.0... > Building cabal-in

Re: [Haskell-cafe] any idea why cabal install cabal-install cant update itself in windows?

2008-10-23 Thread Duncan Coutts
On Wed, 2008-10-22 at 22:48 -0500, Austin Seipp 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 caba

Re: [Haskell-cafe] any idea why cabal install cabal-install cant update itself in windows?

2008-10-23 Thread Anatoly Yakovenko
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

Re: [Haskell-cafe] any idea why cabal install cabal-install cant update itself in windows?

2008-10-22 Thread Austin Seipp
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.

[Haskell-cafe] any idea why cabal install cabal-install cant update itself in windows?

2008-10-22 Thread Anatoly Yakovenko
C:\Documents and Settings\anatolyy>cabal install cabal-install Resolving dependencies... 'cabal-install-0.6.0' is cached. Configuring cabal-install-0.6.0... Preprocessing executables for cabal-install-0.6.0... Building cabal-install-0.6.0... ... Linking dist\build\cabal\cabal.exe ... Installing: C: