[Hackage] #193: add a --with-package-conf= flag to configure

2007-12-17 Thread Hackage
#193: add a --with-package-conf= flag to configure -+-- Reporter: duncan |Owner: Type: defect | Status: new Priority: normal |Milestone: Component: Cabal |

[Hackage] #196: ability to specify custom args to haddock

2007-12-17 Thread Hackage
#196: ability to specify custom args to haddock -+-- Reporter: duncan |Owner: Type: defect | Status: new Priority: normal |Milestone: Component: Cabal |

Re: [Hackage] #1: copy Debian bugs here

2007-12-17 Thread Hackage
#1: copy Debian bugs here -+-- Reporter: ijones |Owner: somebody Type: task| Status: closed Priority: high|Milestone: Component: misc| Version:

Re: GHC's CPP and Cabal's unlit

2007-12-17 Thread Alistair Bayley
Hello, I've not had any feedback on this. Is there some additional work for me to do to make the patches more acceptable for the cabal codebase? Thanks, Alistair ___ cabal-devel mailing list cabal-devel@haskell.org

Re: [Hackage] #100: Remove Setup.hs, use Setup.lhs only

2007-12-17 Thread Hackage
#100: Remove Setup.hs, use Setup.lhs only -+-- Reporter: [EMAIL PROTECTED] |Owner: ijones Type: enhancement | Status: closed Priority: normal |Milestone: Component:

Re: [Hackage] #190: extension ForeignFunctionInterface should imply -fvia-C for ghc

2007-12-17 Thread Hackage
#190: extension ForeignFunctionInterface should imply -fvia-C for ghc --+- Reporter: duncan |Owner: Type: enhancement | Status: new Priority: normal |Milestone:

Re: GHC's CPP and Cabal's unlit

2007-12-17 Thread Duncan Coutts
On Mon, 2007-12-17 at 16:08 +, Alistair Bayley wrote: Hello, I've not had any feedback on this. Is there some additional work for me to do to make the patches more acceptable for the cabal codebase? David, you looked at this, what was your conclusion? Duncan

Re: [Hackage] #192: unlink files before copying over them

2007-12-17 Thread Hackage
#192: unlink files before copying over them -+-- Reporter: duncan |Owner: Type: defect | Status: new Priority: normal |Milestone: Component: Cabal | Version:

Re: [Hackage] #192: unlink files before copying over them

2007-12-17 Thread Hackage
#192: unlink files before copying over them -+-- Reporter: duncan |Owner: Type: defect | Status: new Priority: normal |Milestone: Component: Cabal | Version:

Re: [Hackage] #191: Hackage should check for common QA problems in ghc-options

2007-12-17 Thread Hackage
#191: Hackage should check for common QA problems in ghc-options --+- Reporter: duncan |Owner: Type: enhancement | Status: new Priority: normal |Milestone:

Re: [Hackage] #192: unlink files before copying over them

2007-12-17 Thread Hackage
#192: unlink files before copying over them -+-- Reporter: duncan |Owner: Type: defect | Status: closed Priority: normal |Milestone: Component: Cabal | Version:

Re: [Hackage] #190: extension ForeignFunctionInterface should imply -fvia-C for ghc

2007-12-17 Thread Hackage
#190: extension ForeignFunctionInterface should imply -fvia-C for ghc --+- Reporter: duncan |Owner: Type: enhancement | Status: new Priority: normal |Milestone:

patch applied (cabal): Export Command constructor so cabal-install can make derived commands

2007-12-17 Thread Duncan Coutts
Sat Dec 8 11:24:01 PST 2007 Duncan Coutts [EMAIL PROTECTED] * Export Command constructor so cabal-install can make derived commands Also move commandHelp out of the structure into a helper function. Change the type of commandOptions so it doesn't include the CommonFlag. Instead, add

patch applied (cabal): Make all command line flags and flag collection types monoids

2007-12-17 Thread Duncan Coutts
Sat Dec 15 11:36:50 PST 2007 Duncan Coutts [EMAIL PROTECTED] * Make all command line flags and flag collection types monoids And specify command flags in a way that allows converting from or two strings. So not only can we parse command lines into the various flag types, we can convert

patch applied (cabal): Add --list-options flag, should be useful for shell command line completion

2007-12-17 Thread Duncan Coutts
Mon Dec 17 05:20:48 PST 2007 Duncan Coutts [EMAIL PROTECTED] * Add --list-options flag, should be useful for shell command line completion It applies at the top level in which case it lists the global flags and the sub-commands. It applies for each sub-command in which case it lists the

patch applied (cabal): Add correct^H^H^H^H British English spelling of optimisation

2007-12-17 Thread Duncan Coutts
Mon Dec 17 05:35:33 PST 2007 Duncan Coutts [EMAIL PROTECTED] * Add correct^H^H^H^H British English spelling of optimisation For the --enable/disable-optimi(z|s)ation flag, allow the British English spelling of the flags as an alias. The current one is still the one displayed, and it does

patch applied (cabal): Support command completion in the Make module

2007-12-17 Thread Duncan Coutts
Mon Dec 17 10:53:28 PST 2007 Duncan Coutts [EMAIL PROTECTED] * Support command completion in the Make module M ./Distribution/Make.hs +3 ___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel

patch applied (cabal): Export flagToList for cabal-install to use

2007-12-17 Thread Duncan Coutts
Mon Dec 17 10:53:59 PST 2007 Duncan Coutts [EMAIL PROTECTED] * Export flagToList for cabal-install to use M ./Distribution/Simple/Setup.hs +1 ___ cabal-devel mailing list cabal-devel@haskell.org