Re: [Hackage] #170: pkg-config uses a more general version scheme

2008-01-26 Thread Hackage
#170: pkg-config uses a more general version scheme +--- Reporter: duncan |Owner: Type: defect | Status: new Priority: low|Milestone:

[Hackage] #217: .hsc files do not get processed for cabal sdist?

2008-01-26 Thread Hackage
#217: .hsc files do not get processed for cabal sdist? +--- Reporter: guest |Owner: Type: defect | Status: new Priority: normal |Milestone:

Re: [Hackage] #217: .hsc files do not get processed for cabal sdist?

2008-01-26 Thread Hackage
#217: .hsc files do not get processed for cabal sdist? +--- Reporter: gwern |Owner: Type: defect | Status: new Priority: normal |Milestone:

Re: [Hackage] #217: .hsc files do not get processed for cabal sdist?

2008-01-26 Thread Hackage
#217: .hsc files do not get processed for cabal sdist? +--- Reporter: gwern |Owner: Type: defect | Status: closed Priority: normal |Milestone:

Re: [Hackage] #217: .hsc files do not get processed for cabal sdist?

2008-01-26 Thread Hackage
#217: .hsc files do not get processed for cabal sdist? +--- Reporter: gwern |Owner: Type: defect | Status: closed Priority: normal |Milestone:

Re: [Hackage] #217: .hsc files do not get processed for cabal sdist?

2008-01-26 Thread Hackage
#217: .hsc files do not get processed for cabal sdist? +--- Reporter: gwern |Owner: Type: defect | Status: reopened Priority: normal |Milestone: Cabal-1.4

Re: [Hackage] #217: Main modules in .hsc files are not included in sdist

2008-01-26 Thread Hackage
#217: Main modules in .hsc files are not included in sdist +--- Reporter: gwern |Owner: Type: defect | Status: reopened Priority: normal |Milestone:

[Hackage] #218: Data-files have no way of being installed conditionally

2008-01-26 Thread Hackage
#218: Data-files have no way of being installed conditionally +--- Reporter: guest |Owner: Type: defect | Status: new Priority: normal |Milestone:

Re: [Hackage] #218: Data-files have no way of being installed conditionally

2008-01-26 Thread Hackage
#218: Data-files have no way of being installed conditionally +--- Reporter: guest |Owner: Type: enhancement| Status: new Priority: normal |Milestone:

Re: [Hackage] #217: Main modules in .hsc files are not included in sdist

2008-01-26 Thread Hackage
#217: Main modules in .hsc files are not included in sdist +--- Reporter: gwern |Owner: Type: defect | Status: reopened Priority: normal |Milestone:

[Hackage] #219: JHC's generated .ho files should go under dist/

2008-01-26 Thread Hackage
#219: JHC's generated .ho files should go under dist/ +--- Reporter: duncan |Owner: Type: defect | Status: new Priority: low|Milestone:

darcs patch: better error reporting for undefined flags (ticket #164)

2008-01-26 Thread Brent Yorgey
Hi all, Attached please find a patch intended to resolve ticket #164. A few things: * Is this the canonical way to submit patches? Or am I supposed to attach it to the ticket on the trac? * I am very interested in feedback on this patch: suggestions for improvement in style,

patch applied (cabal): Rewrite rawSystemStdout to not use runInteractiveProcess with ghc

2008-01-26 Thread Duncan Coutts
Fri Jan 25 09:55:17 PST 2008 Duncan Coutts [EMAIL PROTECTED] * Rewrite rawSystemStdout to not use runInteractiveProcess with ghc So it doesn't use a temp file to capture the output. Since runInteractiveProcess is only available on ghc we use the temp file method for other implementations.

patch applied (cabal): delete removePreprocessed function, it's unused except for cleaning jhc files

2008-01-26 Thread Duncan Coutts
Sat Jan 26 15:02:56 PST 2008 Duncan Coutts [EMAIL PROTECTED] * delete removePreprocessed function, it's unused except for cleaning jhc files and jhc should just be putting its generated files under dist/ anyway. The latter issue is filed as bug #219. M ./Distribution/Simple.hs -14

patch applied (cabal): Remove TODO, all remaining items were transfered into the trac (see bug #2)

2008-01-26 Thread Duncan Coutts
Sat Jan 26 15:29:36 PST 2008 Duncan Coutts [EMAIL PROTECTED] * Remove TODO, all remaining items were transfered into the trac (see bug #2) R ./TODO ___ cabal-devel mailing list cabal-devel@haskell.org

patch applied (cabal): Remove examples dir which seemed rather pointless

2008-01-26 Thread Duncan Coutts
Sat Jan 26 15:33:08 PST 2008 Duncan Coutts [EMAIL PROTECTED] * Remove examples dir which seemed rather pointless R ./examples/ R ./examples/Makefile R ./examples/hapax.hs ___ cabal-devel mailing list cabal-devel@haskell.org

patch applied (cabal): Simplify default Setup.hs example

2008-01-26 Thread Duncan Coutts
Sat Jan 26 15:34:27 PST 2008 Duncan Coutts [EMAIL PROTECTED] * Simplify default Setup.hs example make it a .hs like everyone else uses ./DefaultSetup.lhs - ./DefaultSetup.hs M ./DefaultSetup.hs -5 +3 ___ cabal-devel mailing list

patch applied (cabal): Remove the debian/ and debianTemplate/ files since they never get updated

2008-01-26 Thread Duncan Coutts
Sat Jan 26 15:39:14 PST 2008 Duncan Coutts [EMAIL PROTECTED] * Remove the debian/ and debianTemplate/ files since they never get updated so they are almost certainly useless to the debian folks anyway. R ./debian/ R ./debian/README.Debian R ./debian/changelog R

patch applied (cabal): Fix warnings in Distribution.Simple.hs, clean no longer takes LocalBuildInfo

2008-01-26 Thread Duncan Coutts
Sat Jan 26 16:01:25 PST 2008 Duncan Coutts [EMAIL PROTECTED] * Fix warnings in Distribution.Simple.hs, clean no longer takes LocalBuildInfo Though of course we cannot yet change the UserHooks interface so that it is never given the LocalBuildInfo. M ./Distribution/Simple.hs -5 +4

Re: [Hackage] #164: bad error message when using configuration flags that were not defined

2008-01-26 Thread Hackage
#164: bad error message when using configuration flags that were not defined +--- Reporter: duncan |Owner: [EMAIL PROTECTED] Type: defect | Status: closed Priority:

patch applied (cabal): Tweak flags error message and use monad failure rather than error

2008-01-26 Thread Duncan Coutts
Sat Jan 26 16:11:37 PST 2008 Duncan Coutts [EMAIL PROTECTED] * Tweak flags error message and use monad failure rather than error M ./Distribution/PackageDescription.hs -1 +1 ___ cabal-devel mailing list cabal-devel@haskell.org

patch applied (cabal): fix for Trac #164: better error reporting for undefined flags

2008-01-26 Thread Duncan Coutts
Sat Jan 26 15:30:57 PST 2008 Brent Yorgey [EMAIL PROTECTED] * fix for Trac #164: better error reporting for undefined flags M ./Distribution/Configuration.hs -1 +13 M ./Distribution/PackageDescription.hs -1 +19 ___ cabal-devel mailing list

Re: [Hackage] #217: Main modules in .hsc files are not included in sdist

2008-01-26 Thread Hackage
#217: Main modules in .hsc files are not included in sdist +--- Reporter: gwern |Owner: Type: defect | Status: reopened Priority: normal |Milestone:

Re: [Hackage] #180: configure should warn if a declared licence file is missing

2008-01-26 Thread Hackage
#180: configure should warn if a declared licence file is missing +--- Reporter: duncan |Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: normal |

darcs patch: generate a warning for missing license file (#180)

2008-01-26 Thread Brent Yorgey
Hi all, Here's another patch, this one resolves issue #180. If a license file is declared but missing, a warning will now be generated during the configure phase. -Brent warn-missing-license-file.dpatch Description: Binary data ___ cabal-devel