patch applied (cabal): force results inside withHaskellFile

2008-06-14 Thread Ross Paterson
Sat Jun 14 09:07:07 PDT 2008 Ross Paterson <[EMAIL PROTECTED]> * force results inside withHaskellFile withUTF8FileContents now closes the file, so we need to force what we're computing from the contents before it's gone. M ./Distribution/Simple/Hugs.hs -2 +2 View patch online: http:

Cabal install performs worse on Hugs

2008-06-14 Thread Neil Mitchell
Hi, Using Cabal 1.4 Branch and Cabal-install HEAD: C:\Neil\uniplate>cabal install --hugs Resolving dependencies... cabal: internal error: could not construct a valid install plan. The proposed (invalid) plan contained the following problems: Package uniplate-1.1 has an invalid configuration, in p

Cabal uses incorrect proxy settings

2008-06-14 Thread Neil Mitchell
Hi, I just tried: C:\Neil\hoogle>cabal update Downloading package list from server 'http://hackage.haskell.org/packages/archive' Warning: invalid http proxy uri: "wwwcache.sns.york.ac.uk:8080" Warning: proxy uri must be http with a hostname Warning: ignoring http proxy, trying a direct connection

Re: Haddock 2.x and --hoogle

2008-06-14 Thread Neil Mitchell
Duncan, > > * Make it check for haddock >= 2 && < 2.2 > Done. Great! David: I guess the only thing left is to remember to bump the version number for the next release. I'm still doing modifications to the Hoogle output in Haddock, so this can wait a while. Thanks Neil ___

Re: Misplacement of installed binaries

2008-06-14 Thread Neil Mitchell
Hi > If you think unprivileged per-user installs are just a bad idea on > windows then say so and we can switch to doing global installs by > default on windows. Perhaps it's only me who does not have write access > to the Program Files directory on any windows machine. I suspect that most pe