Re: [Hackage] #118: Cabal eats leading '.'s from .cabal file

2007-08-26 Thread Hackage
#118: Cabal eats leading '.'s from .cabal file -+-- Reporter: [EMAIL PROTECTED] |Owner: ijones Type: defect | Status: closed Priority: high|Milestone: Component:

Re: Helping out

2007-08-26 Thread Stefan O'Rear
On Sun, Aug 26, 2007 at 01:19:27PM -0700, Stefan O'Rear wrote: > On Sun, Aug 26, 2007 at 08:57:47PM +0100, Simon (Vsevolod) Ilyushchenko wrote: > > ping? Anyone on #haskell now? > > Yes, a solid 384 people, including myself. (irc.freenode.net) > To be more specific, what leads people like you an

Re: Helping out

2007-08-26 Thread Stefan O'Rear
On Sun, Aug 26, 2007 at 08:57:47PM +0100, Simon (Vsevolod) Ilyushchenko wrote: > ping? Anyone on #haskell now? Yes, a solid 384 people, including myself. (irc.freenode.net) Stefan signature.asc Description: Digital signature ___ cabal-devel mailing l

patch applied (cabal): Move several modules under .Simple

2007-08-26 Thread Duncan Coutts
Sun Aug 26 13:15:10 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> * Move several modules under .Simple Compiler, Program, PreProcess and Setup are really part of the Simple build system. Also move a couple GHC modules under Simple.GHC.* ./Distribution/Compiler.hs -> ./Distribution/Simpl

Re: Helping out

2007-08-26 Thread Simon (Vsevolod) Ilyushchenko
On 8/19/07, Simon (Vsevolod) Ilyushchenko <[EMAIL PROTECTED]> wrote: > Hi, > > > ghc-6.4 should be fine but yes you do need the filepath package. You can > > get that from hackage.haskell.org. > > > > When bootstrapping a new version of cabal, using "make setup" is the > > simplest thing. That crea

Re: dependency analysis

2007-08-26 Thread Duncan Coutts
On Sun, 2007-08-26 at 10:45 -0400, Peter Gavin wrote: > Hello everyone, > > Here's a very-very-very alpha, not-yet-for-general-use patch that > enables dependencies in Cabal. Cool! > Basically, all that works right now is building GHC libraries. I > haven't implemented compiling executables yet

Re: testing version: search on HackageDB

2007-08-26 Thread Duncan Coutts
On Sun, 2007-08-26 at 10:47 +0200, "Sascha Böhme" wrote: > Hello, > > there is a static copy of HackageDB at > > http://community.haskell.org/~sboehme/packages/hackage.html Cool. > which is enhanced by searching. Note that this is a testing version. > Feel free to search for anything and plea

dependency analysis

2007-08-26 Thread Peter Gavin
Hello everyone, Here's a very-very-very alpha, not-yet-for-general-use patch that enables dependencies in Cabal. Basically, all that works right now is building GHC libraries. I haven't implemented compiling executables yet. But each module is compiled one at a time, and each is scanned for the

testing version: search on HackageDB

2007-08-26 Thread Sascha Böhme
Hello, there is a static copy of HackageDB at http://community.haskell.org/~sboehme/packages/hackage.html which is enhanced by searching. Note that this is a testing version. Feel free to search for anything and please report any problems or wishes for improvements. Thanks, Sascha -- GMX

Re: Automatic generation of documentation for HackageDB

2007-08-26 Thread Sascha Böhme
> Could autodoc use haddock.ghc? If it does, more haddock docs will work. I haven't tried yet. I could do so tomorrow. > Also, why do some packages not have a build log? For instance, > http://hackage.haskell.org/cgi-bin/hackage-scripts/package/phooey-1.2 . There has been a problem in an olde