Re: PROPOSAL: Extended syntax for package version range specifications

2008-01-21 Thread Duncan Coutts
On Mon, 2008-01-21 at 23:26 +0100, Thomas Schilling wrote: > In order to make it easy for package package authors to describe correct > and robust dependencies we (Duncan Coutts and I) propose the following > syntactical extension to version range specifications in package files. > > (1) Wildcard

patch applied (cabal): Fix warnings in Cabal

2008-01-21 Thread Duncan Coutts
Fri Jan 18 11:12:30 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> UNDO: Fix warnings in Cabal M ./Distribution/Simple/Program.hs -4 +4 ___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel

Re: [Hackage] #189: Handle framework paths (-F) in Cabal

2008-01-21 Thread Hackage
#189: Handle framework paths (-F) in Cabal +--- Reporter: guest |Owner: Type: enhancement| Status: new Priority: normal |Milestone: Component: Cabal l

PROPOSAL: Extended syntax for package version range specifications

2008-01-21 Thread Thomas Schilling
In order to make it easy for package package authors to describe correct and robust dependencies we (Duncan Coutts and I) propose the following syntactical extension to version range specifications in package files. (1) Wildcards ~ 1.2.* ~~> >= 1.2 && < 1.3 in general ~ x.y.* ~~> >= x

patch applied (cabal): Fixup breakage from previous changes

2008-01-21 Thread Duncan Coutts
Mon Jan 21 14:07:43 PST 2008 Duncan Coutts <[EMAIL PROTECTED]> * Fixup breakage from previous changes M ./Distribution/Make.hs -1 +3 M ./Distribution/Simple/SetupWrapper.hs -2 +2 ___ cabal-devel mailing list cabal-devel@haskell.org http://www

[Hackage] #209: Implement "package()" configurations predicate

2008-01-21 Thread Hackage
#209: Implement "package()" configurations predicate +--- Reporter: duncan |Owner: Type: enhancement| Status: new Priority: normal |Milestone: Component

Re: [Hackage] #57: maybe: each new package uploaded to hackageDB should create a component in trac?

2008-01-21 Thread Hackage
#57: maybe: each new package uploaded to hackageDB should create a component in trac? +--- Reporter: ijones |Owner: ijones Type: enhancement| Status: new Priority: normal

Re: [Hackage] #92: issues with 'clean'

2008-01-21 Thread Hackage
#92: issues with 'clean' +--- Reporter: simonmar |Owner: ijones Type: defect | Status: closed Priority: normal |Milestone: Cabal-1.2 C

patch applied (cabal): Fix --with-compiler / --with-hc inconsistency in ./configure flags

2008-01-21 Thread Duncan Coutts
Mon Jan 21 10:29:48 PST 2008 Duncan Coutts <[EMAIL PROTECTED]> * Fix --with-compiler / --with-hc inconsistency in ./configure flags setup configure takes a --with-compiler option, but used to change that into a --with-hc option when calling ./configure. Now that we've added autoconfUserHo

patch applied (cabal): Move chattyTry into Utils module

2008-01-21 Thread Duncan Coutts
Mon Jan 21 09:10:31 PST 2008 Duncan Coutts <[EMAIL PROTECTED]> * Move chattyTry into Utils module M ./Distribution/Simple.hs -11 +1 M ./Distribution/Simple/Utils.hs +10 ___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.o

Re: [Hackage] #39: add flag to sdist to include preprocessed sources?

2008-01-21 Thread Hackage
#39: add flag to sdist to include preprocessed sources? +--- Reporter: ijones |Owner: ijones Type: enhancement| Status: closed Priority: high |Milestone: Component

Re: [Hackage] #166: sdist puts Happy-generated .hs files in the wrong place

2008-01-21 Thread Hackage
#166: sdist puts Happy-generated .hs files in the wrong place +--- Reporter: guest |Owner: Type: defect | Status: new Priority: high |Milestone: Cabal

Re: [Hackage] #114: --with-compiler / --with-hc inconsistency

2008-01-21 Thread Hackage
#114: --with-compiler / --with-hc inconsistency --+- Reporter: [EMAIL PROTECTED] |Owner: ijones Type: enhancement | Status: closed Priority: high |Milestone: C

Re: [Hackage] #58: allow darcs repo to be specified in cabal file

2008-01-21 Thread Hackage
#58: allow darcs repo to be specified in cabal file +--- Reporter: ijones |Owner: ijones Type: enhancement| Status: new Priority: high |Milestone: Cabal-1.4 Comp

Re: [Hackage] #147: Replace Extension type with (newtyped?) String

2008-01-21 Thread Hackage
#147: Replace Extension type with (newtyped?) String +--- Reporter: guest |Owner: ijones Type: enhancement| Status: new Priority: normal |Milestone: _|_ Component:

Re: [Hackage] #133: sdist and clean should never be given Maybe LocalBuildInfo

2008-01-21 Thread Hackage
#133: sdist and clean should never be given Maybe LocalBuildInfo +--- Reporter: guest |Owner: ijones Type: task | Status: new Priority: high |Milestone: Ca

Re: [Hackage] #50: create compiler frameworks for new compilers

2008-01-21 Thread Hackage
#50: create compiler frameworks for new compilers +--- Reporter: ijones |Owner: ijones Type: enhancement| Status: new Priority: normal |Milestone:

Re: [Hackage] #101: Rejig the names of hooks provided by Cabal

2008-01-21 Thread Hackage
#101: Rejig the names of hooks provided by Cabal -+-- Reporter: [EMAIL PROTECTED] |Owner: ijones Type: enhancement | Status: closed Priority: high|Milestone: Component:

Re: [Hackage] #26: add Threaded as an extension?

2008-01-21 Thread Hackage
#26: add Threaded as an extension? +--- Reporter: ijones |Owner: ijones Type: enhancement| Status: new Priority: normal |Milestone: _|_ Component: Cabal library |

Re: [Hackage] #32: add -DPACKAGE_FOO_VERSION=1.1 to cpp command line

2008-01-21 Thread Hackage
#32: add -DPACKAGE_FOO_VERSION=1.1 to cpp command line +--- Reporter: ijones |Owner: ijones Type: enhancement| Status: new Priority: normal |Milestone: Cabal-1.4 C

Re: [Hackage] #37: check to see whether we should be adding symbols to cpphs more often

2008-01-21 Thread Hackage
#37: check to see whether we should be adding symbols to cpphs more often +--- Reporter: ijones |Owner: ijones Type: task | Status: closed Priority: high |Milestone:

Re: [Hackage] #165: The ./configure configure hook should complain if ./configure does not exist

2008-01-21 Thread Hackage
#165: The ./configure configure hook should complain if ./configure does not exist +--- Reporter: guest |Owner: Type: defect | Status: closed Priorit

Re: [Hackage] #161: 'sdist' cannot find some modules that 'build' finds ok

2008-01-21 Thread Hackage
#161: 'sdist' cannot find some modules that 'build' finds ok +--- Reporter: guest |Owner: Type: defect | Status: new Priority: high |Milest

Re: [Hackage] #15: implement dependency analysis

2008-01-21 Thread Hackage
#15: implement dependency analysis +--- Reporter: ijones |Owner: ijones Type: enhancement| Status: new Priority: high |Milestone: Cabal-1.4 Com

Re: [Hackage] #28: Shipments in Cabal

2008-01-21 Thread Hackage
#28: Shipments in Cabal +--- Reporter: krasimir |Owner: Krasimir Type: enhancement| Status: new Priority: low|Milestone: _|_ Component: Ca

Re: [Hackage] #161: sdist and build uses different source directories

2008-01-21 Thread Hackage
#161: sdist and build uses different source directories +--- Reporter: guest |Owner: Type: defect | Status: new Priority: high |Milestone:

Re: [Hackage] #179: support GHC's main-is extension

2008-01-21 Thread Hackage
#179: support GHC's main-is extension +--- Reporter: duncan |Owner: Type: enhancement| Status: new Priority: low|Milestone: _|_ Component: Cabal librar

Re: [Hackage] #201: clean doesn't report an error when it fails

2008-01-21 Thread Hackage
#201: clean doesn't report an error when it fails +--- Reporter: guest |Owner: Type: defect | Status: closed Priority: normal |Milestone

Re: [Hackage] #189: Handle framework paths (-F) in Cabal

2008-01-21 Thread Hackage
#189: Handle framework paths (-F) in Cabal +--- Reporter: guest |Owner: Type: enhancement| Status: new Priority: normal |Milestone: Component: Cabal l

patch applied (cabal): Deprecate defaultUserHooks, export autoconfUserHooks. Fix ticket #165

2008-01-21 Thread Duncan Coutts
Mon Jan 21 08:34:11 PST 2008 Duncan Coutts <[EMAIL PROTECTED]> * Deprecate defaultUserHooks, export autoconfUserHooks. Fix ticket #165 Setup scripts should switch to simpleUserHooks or autoconfUserHooks. autoconfUserHooks now fails if ./configure is not present. defaultUserHooks does the s

patch applied (cabal): Remove commandAddActionWithEmptyFlags as it's redundant

2008-01-21 Thread Duncan Coutts
Tue Jan 15 04:01:29 PST 2008 Duncan Coutts <[EMAIL PROTECTED]> * Remove commandAddActionWithEmptyFlags as it's redundant since you can get the same effect just by setting the command's default flags to empty. M ./Distribution/Simple/Command.hs -16 __

Re: [Hackage] #177: Check Include-dirs, extra-lib-dirs etc exist at configure time.

2008-01-21 Thread Hackage
#177: Check Include-dirs, extra-lib-dirs etc exist at configure time. +--- Reporter: guest |Owner: Type: defect | Status: new Priority: normal |

Re: [Hackage] #189: Handle framework paths (-F) in Cabal

2008-01-21 Thread Hackage
#189: Handle framework paths (-F) in Cabal +--- Reporter: guest |Owner: Type: enhancement| Status: new Priority: normal |Milestone: Component: Cabal l

Re: [Hackage] #189: Handle framework paths (-F) in Cabal

2008-01-21 Thread Hackage
#189: Handle framework paths (-F) in Cabal +--- Reporter: guest |Owner: Type: enhancement| Status: new Priority: normal |Milestone: Component: Cabal l