Re: nice new hackage urls

2009-07-07 Thread Ross Paterson
On Sat, Jul 04, 2009 at 06:01:13PM +0100, Duncan Coutts wrote: This made me recall that one place we do still have a special case for the current central hackage server is when we specify the upload and check POST URLs. Currently hackage uses: /cgi-bin/hackage-scripts/check-pkg

Re: [Hackage] #516: Maintain central haddock module index.

2009-07-07 Thread Hackage
#516: Maintain central haddock module index. -+-- Reporter: duncan |Owner: Type: enhancement | Status: new Priority: normal |

patch applied (cabal): Rename and export substituteInstallDirTemplates

2009-07-07 Thread Duncan Coutts
Sun Jul 5 13:52:57 PDT 2009 Duncan Coutts dun...@haskell.org * Rename and export substituteInstallDirTemplates This does the mutual substituition of the installation directory templates into each other. M ./Distribution/Simple/InstallDirs.hs -5 +6 View patch online:

patch applied (cabal): Simplify and generalise installDirsTemplateEnv

2009-07-07 Thread Duncan Coutts
Sun Jul 5 13:54:11 PDT 2009 Duncan Coutts dun...@haskell.org * Simplify and generalise installDirsTemplateEnv Take a set of templates rather than file paths. M ./Distribution/Simple/InstallDirs.hs -13 +9 View patch online:

patch applied (cabal): Bump version to 1.7.3 due to recent API changes

2009-07-07 Thread Duncan Coutts
Tue Jul 7 02:59:01 PDT 2009 Duncan Coutts dun...@haskell.org * Bump version to 1.7.3 due to recent API changes M ./Cabal.cabal -2 +2 M ./Makefile -1 +1 View patch online: http://darcs.haskell.org/cabal/_darcs/patches/20090707095901-adfee-eee4ad09e9c323d5617a9634da46b09249c34cf9.gz

patch applied (cabal-install): Require Cabal lib version 1.7.3

2009-07-07 Thread Duncan Coutts
Tue Jul 7 02:59:44 PDT 2009 Duncan Coutts dun...@haskell.org * Require Cabal lib version 1.7.3 Needs recent api changes. M ./cabal-install.cabal -1 +1 View patch online:

Re: nice new hackage urls

2009-07-07 Thread Duncan Coutts
On Tue, 2009-07-07 at 08:41 +0100, Ross Paterson wrote: On Sat, Jul 04, 2009 at 06:01:13PM +0100, Duncan Coutts wrote: This made me recall that one place we do still have a special case for the current central hackage server is when we specify the upload and check POST URLs. Currently

Re: nice new hackage urls

2009-07-07 Thread Ross Paterson
On Tue, Jul 07, 2009 at 12:57:16PM +0100, Duncan Coutts wrote: Currently in the cabal-install config file we use: remote-repo: hackage.haskell.org:http://hackage.haskell.org/packages/archive and then lookup the 00-index.tar.gz and all the package tarballs relative to that. So if we try to

Re: nice new hackage urls

2009-07-07 Thread Duncan Coutts
On Tue, 2009-07-07 at 13:57 +0100, Ross Paterson wrote: On Tue, Jul 07, 2009 at 12:57:16PM +0100, Duncan Coutts wrote: Currently in the cabal-install config file we use: remote-repo: hackage.haskell.org:http://hackage.haskell.org/packages/archive and then lookup the 00-index.tar.gz and

Re: [Hackage] #564: Cabal doesn't use LD options when testing linking

2009-07-07 Thread Hackage
#564: Cabal doesn't use LD options when testing linking +--- Reporter: igloo |Owner: Type: defect | Status: new Priority: high |Milestone: Cabal-1.8

Re: nice new hackage urls

2009-07-07 Thread Thomas DuBuisson
I now realise we need a bit more :-) So the issue is that we'd like to be able to specify a server by a single URL and be able to find everything else relative to that. Ideally we would do that by some discovery mechanism rather than hard coding relative URLs into the clients, but in the

Re: nice new hackage urls

2009-07-07 Thread Johan Tibell
On Tue, Jul 7, 2009 at 10:00 PM, Thomas DuBuisson thomas.dubuis...@gmail.com wrote: I now realise we need a bit more :-) So the issue is that we'd like to be able to specify a server by a single URL and be able to find everything else relative to that. Ideally we would do that by some