Re: [Hackage] #150: haddock docs are not relocatable in Windows

2007-08-31 Thread Hackage
#150: haddock docs are not relocatable in Windows -+-- Reporter: eivuokko|Owner: ijones Type: defect | Status: new Priority: normal |Milestone: Cabal-1.4 Co

Re: [Hackage] #116: Odd paths on Windows

2007-08-31 Thread Hackage
#116: Odd paths on Windows -+-- Reporter: igloo |Owner: ijones Type: defect | Status: closed Priority: high|Milestone: Component: Cabal | Version: 1.1.6 Severity: no

Re: patch applied (cabal): Use pkg-config to check for the packages specified in "pkgconfig-depends:"

2007-08-31 Thread Duncan Coutts
On Fri, 2007-08-31 at 11:21 -0700, Duncan Coutts wrote: > Fri Aug 31 10:10:14 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> > * Use pkg-config to check for the packages specified in "pkgconfig-depends:" > And fill out the includeDirs, extraLibs, extraLibDirs, ccOptions and > ldOptions > with t

patch applied (cabal): Don't pass docdir to ./configure, as older autoreconfs don't support it

2007-08-31 Thread Ian Lynagh
Fri Aug 31 10:32:26 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Don't pass docdir to ./configure, as older autoreconfs don't support it M ./Distribution/Simple/Setup.hs -1 ___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/m

patch applied (cabal): Document the new "pkgconfig-depends:" field

2007-08-31 Thread Duncan Coutts
Fri Aug 31 11:21:13 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> * Document the new "pkgconfig-depends:" field M ./doc/Cabal.xml +25 ___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel

patch applied (cabal): Use pkg-config to check for the packages specified in "pkgconfig-depends:"

2007-08-31 Thread Duncan Coutts
Fri Aug 31 10:10:14 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> * Use pkg-config to check for the packages specified in "pkgconfig-depends:" And fill out the includeDirs, extraLibs, extraLibDirs, ccOptions and ldOptions with the results from pkg-config --cflags --libs M ./Distribution/Si

patch applied (cabal): Add a pkgconfig-depends: field to the .cabal file

2007-08-31 Thread Duncan Coutts
Fri Aug 31 10:09:22 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> * Add a pkgconfig-depends: field to the .cabal file M ./Distribution/PackageDescription.hs +6 M ./Distribution/ParseUtils.hs -2 +12 ___ cabal-devel mailing list cabal-devel@haskell

patch applied (cabal): Update the user guide on where the build-tools: field lives

2007-08-31 Thread Duncan Coutts
Fri Aug 31 11:18:16 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> * Update the user guide on where the build-tools: field lives It's now part of the build information rather than package description, which is as it should be. M ./doc/Cabal.xml -14 +14 __

patch applied (cabal): Add util function allBuildInfo :: PackageDescription -> [BuildInfo]

2007-08-31 Thread Duncan Coutts
Fri Aug 31 07:39:06 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> * Add util function allBuildInfo :: PackageDescription -> [BuildInfo] The 'BuildInfo' for the library (if there is one and it's buildable) and all the buildable executables. Useful for gathering dependencies. M ./Distributio

patch applied (cabal): Move build-tools into the lib/exe stanzas and update configure

2007-08-31 Thread Duncan Coutts
Fri Aug 31 07:40:01 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> * Move build-tools into the lib/exe stanzas and update configure configure now has to gather the required build tools from the BuildInfo of the lib and exes. M ./Distribution/PackageDescription.hs -6 +6 M ./Distribution/

patch applied (cabal): Refactor the internal handling of the "--user" flag into a PackageDB type

2007-08-31 Thread Duncan Coutts
Fri Aug 31 06:50:42 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> * Refactor the internal handling of the "--user" flag into a PackageDB type PackageDB can be user/global or a specific package db. The latter option is not exposed in the user interface anywhere. Also move the getInstalledPacka

patch applied (cabal): Display the appropriate install messages for lib vs exes

2007-08-31 Thread Duncan Coutts
Fri Aug 31 04:57:46 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> * Display the appropriate install messages for lib vs exes Don't confuse users by suggesting that we're installing libs when we're actually only installing exes, or vica-versa. M ./Distribution/PackageDescription.hs +4 M

patch applied (cabal): Update user guide on Windows installation paths, and add default for docdir

2007-08-31 Thread Duncan Coutts
Fri Aug 31 04:30:54 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> * Update user guide on Windows installation paths, and add default for docdir M ./doc/Cabal.xml -8 +14 ___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailm

patch applied (cabal): fix 'Make checking program versions not produce error spew' for non-GHC

2007-08-31 Thread Ross Paterson
Fri Aug 31 01:24:38 PDT 2007 Ross Paterson <[EMAIL PROTECTED]> * fix 'Make checking program versions not produce error spew' for non-GHC M ./Distribution/Simple/Utils.hs -1 +1 ___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell

patch applied (cabal): track renaming of GHCMakefile.in

2007-08-31 Thread Ross Paterson
Fri Aug 31 01:21:51 PDT 2007 Ross Paterson <[EMAIL PROTECTED]> * track renaming of GHCMakefile.in M ./Cabal.cabal -1 +1 ___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel