Re: patch applied (cabal): Change --configure-option= to --configure-arg=

2007-09-01 Thread Ross Paterson
On Sat, Sep 01, 2007 at 05:33:26PM -0700, Duncan Coutts wrote: > Sat Sep 1 17:33:34 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> > * Change --configure-option= to --configure-arg= > For consitency with other flags. Also --ghc-option for build and makefile. These are used by GHC only; I wonder

patch applied (cabal): Change --configure-option= to --configure-arg=

2007-09-01 Thread Duncan Coutts
Sat Sep 1 17:33:34 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> * Change --configure-option= to --configure-arg= For consitency with other flags. M ./Distribution/Simple/Setup.hs -3 +3 M ./doc/Cabal.xml -2 +2 ___ cabal-devel mailing list caba

Re: patch applied (cabal): Pass --configure-option= options to configure in the right order

2007-09-01 Thread Duncan Coutts
On Sat, 2007-09-01 at 18:41 +0100, Ross Paterson wrote: > On Sat, Sep 01, 2007 at 10:32:09AM -0700, Duncan Coutts wrote: > > Sat Sep 1 10:31:47 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> > > * Pass --configure-option= options to configure in the right order > > in the same order as they were

Re: [Haskell-cafe] RE: Definition of the Haskell standard library

2007-09-01 Thread Duncan Coutts
On Sat, 2007-09-01 at 18:47 +0200, Sven Panne wrote: > On Tuesday 31 July 2007 19:39, Duncan Coutts wrote: > > [...] > > The docs for those packages would be available for packages installed > > via cabal (assuming the user did the optional haddock step) and would > > link to each other. > > Well,

Re: patch applied (packages/regex-posix): Make setup script compile again after recent Cabal changes

2007-09-01 Thread Duncan Coutts
On Sat, 2007-09-01 at 19:40 +0200, Sven Panne wrote: > On Saturday 01 September 2007 19:37, Duncan Coutts wrote: > > On Sat, 2007-09-01 at 04:56 -0700, Sven Panne wrote: > > > Sat Sep 1 04:55:36 PDT 2007 [EMAIL PROTECTED] > > > * Make setup script compile again after recent Cabal changes > > >

Re: [Hackage] #7: add --ghc-args and such to configure

2007-09-01 Thread Hackage
#7: add --ghc-args and such to configure --+- Reporter: ijones |Owner: ijones Type: enhancement | Status: closed Priority: high |Milestone: Cabal-1.

Re: patch applied (cabal): Pass --configure-option= options to configure in the right order

2007-09-01 Thread Ross Paterson
On Sat, Sep 01, 2007 at 10:32:09AM -0700, Duncan Coutts wrote: > Sat Sep 1 10:31:47 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> > * Pass --configure-option= options to configure in the right order > in the same order as they were passed to cabal configure on the command line Can we standardi

patch applied (cabal): Pass --configure-option= options to configure in the right order

2007-09-01 Thread Duncan Coutts
Sat Sep 1 10:31:47 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> * Pass --configure-option= options to configure in the right order in the same order as they were passed to cabal configure on the command line M ./Distribution/Simple/Setup.hs -1 +1 __

patch applied (cabal): Add --prog-arg= and make --prog-args parse quotes

2007-09-01 Thread Duncan Coutts
Sat Sep 1 10:17:42 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> * Add --prog-arg= and make --prog-args parse quotes So this provides two ways of passing options that contain embeded spaces: --foo-args='--bar --baz="path with spaces in"' --foo-arg=--bar --foo-arg=--baz="path with spaces in"

patch applied (cabal): Don't use normalise when parsing configure arguments

2007-09-01 Thread Duncan Coutts
Sat Sep 1 09:20:43 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> * Don't use normalise when parsing configure arguments M ./Distribution/Simple/Setup.hs -4 +3 ___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listin

patch applied (cabal): Maintainer is now cabal-devel@haskell.org

2007-09-01 Thread Ross Paterson
Sat Sep 1 07:09:21 PDT 2007 Ross Paterson <[EMAIL PROTECTED]> * Maintainer is now cabal-devel@haskell.org M ./Cabal.cabal -1 +1 ___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel