patch applied (cabal-install): Fix savedConfigToConfigFlags so the command line overrides the config

2008-03-03 Thread Duncan Coutts
Mon Mar 3 06:00:07 PST 2008 Duncan Coutts [EMAIL PROTECTED] * Fix savedConfigToConfigFlags so the command line overrides the config cabal configure --global was incorrectly passing the user prefix to setup. M ./Hackage/Config.hs -22 +5 M ./Main.hs -8 +7 View patch online:

Re: [Hackage] #255: avoid rebuilding shared code

2008-03-03 Thread Hackage
#255: avoid rebuilding shared code +--- Reporter: guest |Owner: Type: enhancement| Status: closed Priority: normal |Milestone: Component: Cabal

patch applied (cabal-install): Fix fromFlag bug and use default flags for list command

2008-03-03 Thread Duncan Coutts
Mon Mar 3 08:41:54 PST 2008 Duncan Coutts [EMAIL PROTECTED] * Fix fromFlag bug and use default flags for list command M ./Hackage/Config.hs +10 M ./Hackage/Setup.hs -1 +1 M ./Main.hs -5 +6 View patch online:

[Hackage] #255: avoid rebuilding shared code

2008-03-03 Thread Hackage
#255: avoid rebuilding shared code +--- Reporter: guest |Owner: Type: enhancement| Status: new Priority: normal |Milestone: Component: Cabal library

Re: [Hackage] #255: avoid rebuilding shared code

2008-03-03 Thread Hackage
#255: avoid rebuilding shared code +--- Reporter: guest |Owner: Type: enhancement| Status: closed Priority: normal |Milestone: Component: Cabal

patch applied (cabal): Wrap the output of the logging functions

2008-03-03 Thread Duncan Coutts
Mon Mar 3 10:26:23 PST 2008 Duncan Coutts [EMAIL PROTECTED] * Wrap the output of the logging functions So we'll not have to keep adjusting newline breaks. M ./Distribution/Simple/Setup.hs -2 +2 M ./Distribution/Simple/Utils.hs -9 +23 View patch online:

patch applied (cabal): Extend and use the OS data type in the package description

2008-03-03 Thread Duncan Coutts
Mon Mar 3 12:03:38 PST 2008 Duncan Coutts [EMAIL PROTECTED] * Extend and use the OS data type in the package description Rather than just using a string. This makes comparing OSs easier since we can normalise them once when we parse rather than every time we compare. Also makes it easy

patch applied (cabal): Put a header in the dist/setup-config file and check it on loading

2008-03-03 Thread Duncan Coutts
Mon Mar 3 12:28:55 PST 2008 Duncan Coutts [EMAIL PROTECTED] * Put a header in the dist/setup-config file and check it on loading This should fix ticket #120 in future which is the problem where you do something like sudo runghc Setup install and you accidentally end up using a different

patch applied (cabal): Bump version to 1.3.7

2008-03-03 Thread Duncan Coutts
Mon Mar 3 12:40:00 PST 2008 Duncan Coutts [EMAIL PROTECTED] * Bump version to 1.3.7 Keep up with recent minor api changes M ./Cabal.cabal -2 +2 M ./Makefile -1 +1 M ./releaseNotes -1 +1 View patch online:

patch applied (cabal): Actually we don't need wrapText'

2008-03-03 Thread Duncan Coutts
Mon Mar 3 13:41:50 PST 2008 Duncan Coutts [EMAIL PROTECTED] * Actually we don't need wrapText' Any users of custom wrapText versions can go from the underlying wrapLine M ./Distribution/Simple/Utils.hs -10 +5 View patch online:

patch applied (cabal-install): CLI completion: Add completion of packages

2008-03-03 Thread Duncan Coutts
Mon Mar 3 10:32:31 PST 2008 Lennart Kolmodin [EMAIL PROTECTED] * CLI completion: Add completion of packages Add completion of packages to the commands install, list, upgrade and fetch. Only complete packages if the user is not trying to complete a flag. Complete with package-versions if

Re: [Hackage] #120: misleading error message from cabal when versions differ

2008-03-03 Thread Hackage
#120: misleading error message from cabal when versions differ -+-- Reporter: [EMAIL PROTECTED] |Owner: Type: defect | Status: closed Priority: normal |

patch applied (cabal): Clarify commenting rule for package description files.

2008-03-03 Thread Duncan Coutts
Mon Mar 3 14:16:57 PST 2008 Thomas Schilling [EMAIL PROTECTED] * Clarify commenting rule for package description files. M ./doc/Cabal.xml -2 +3 View patch online: http://darcs.haskell.org/cabal/_darcs/patches/20080303221657-75a80-8c6634f77ee21410f87913ab0f70dd916b44cb87.gz

patch applied (cabal): Include .hs-boot files into the sdist tarball

2008-03-03 Thread Duncan Coutts
Mon Mar 3 17:53:34 PST 2008 Duncan Coutts [EMAIL PROTECTED] * Include .hs-boot files into the sdist tarball Tested using Agda which uses several .hs-boot files. M ./Distribution/Simple/SrcDist.hs -1 +7 View patch online:

Re: [Hackage] #98: cabal assumes -x option for linking

2008-03-03 Thread Hackage
#98: cabal assumes -x option for linking ---+ Reporter: [EMAIL PROTECTED] |Owner: ijones Type: defect| Status: closed Priority: normal|