Re: please try this tiny script to test cabal-install

"Jason Dagit"
The script test-cabal-install fails with this messages: ./setup build setup: Warning: The field "hs-source-dir" is deprecated, please use hs-source-dirs. Preprocessing executables for cabal-install-0.3.0... Building cabal-install-0.3.0... Chasing modules from: src/CabalInstall.hs Could not find module `Distribution.Compat.FilePath': it is hidden (in package Cabal-1.1.5) (imported from src//Network/Hackage/CabalInstall/Install.hs) make: *** [build] Error 1
The reason for this error is that cabal does not set the permissions on freshly installed librarys correctly on my machine. I don't know why this is the case, but I can provide information about my setup.
Thanks for the report! I think that this has already been fixed with the new cabal release. Is that so, Duncan? We had thought to hide FilePath, but it's apparently too popular to keep from the people. peace, isaac

On Fri, 2006-09-15 at 11:22 -0700, Isaac Jones wrote:
"Jason Dagit"
writes: Chasing modules from: src/CabalInstall.hs Could not find module `Distribution.Compat.FilePath': it is hidden (in package Cabal-1.1.5)
Thanks for the report! I think that this has already been fixed with the new cabal release. Is that so, Duncan?
We had thought to hide FilePath, but it's apparently too popular to keep from the people.
That's correct. It's exposed in the latest release candidate 1.1.5.9.3 Duncan
participants (2)
-
Duncan Coutts
-
Isaac Jones