Re: [Hackage] #15: implement dependency analysis

2008-03-25 Thread Hackage
#15: implement dependency analysis +--- Reporter: ijones |Owner: duncan Type: enhancement| Status: assigned Priority: high |Milestone: Cabal-2.0

Re: [Hackage] #15: implement dependency analysis

2008-03-25 Thread Hackage
#15: implement dependency analysis +--- Reporter: ijones |Owner: duncan Type: enhancement| Status: assigned Priority: high |Milestone: Cabal-2.0

Re: [Hackage] #15: implement dependency analysis

2008-03-25 Thread Hackage
#15: implement dependency analysis +--- Reporter: ijones |Owner: duncan Type: enhancement| Status: assigned Priority: high |Milestone: Cabal-2.0

Re: [Hackage] #15: implement dependency analysis

2008-01-24 Thread Hackage
#15: implement dependency analysis +--- Reporter: ijones |Owner: duncan Type: enhancement| Status: assigned Priority: high |Milestone: Cabal-2.0

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

Re: [Hackage] #15: implement dependency analysis

2007-10-26 Thread Hackage
#15: implement dependency analysis --+- Reporter: ijones |Owner: ijones Type: enhancement | Status: new Priority: normal |Milestone: Cabal-1.4 Component: Cabal

Re: [Hackage] #29: perform package dependency analysis for cabal-install

2007-10-25 Thread Hackage
#29: perform package dependency analysis for cabal-install +--- Reporter: ijones |Owner: ijones Type: enhancement| Status: closed Priority: normal |Milestone: Cabal

Re: dependency analysis

2007-08-27 Thread Duncan Coutts
On Mon, 2007-08-27 at 20:58 -0400, Peter Gavin wrote: > Hello everyone, > > I was able to get dependency analysis working without touching a > single Cabal source file. I've added a new module > Distribution.Simple.DepBuild, and a new version of Setup.lhs named >

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

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

Re: Dependency Analysis

2007-08-21 Thread Thomas Schilling
On 21 aug 2007, at 17.37, Peter Gavin wrote: Hello everyone, I've been making decent progress on getting dependency analysis working. I've just about gotten libHScabal.a to build using it :) But it's starting to look like it won't be possible to simply drop in my code t

Dependency Analysis

2007-08-21 Thread Peter Gavin
Hello everyone, I've been making decent progress on getting dependency analysis working. I've just about gotten libHScabal.a to build using it :) But it's starting to look like it won't be possible to simply drop in my code to the current system. So rather than try to do t

Re: dependency analysis

2007-08-13 Thread Duncan Coutts
On Mon, 2007-08-13 at 13:38 +0300, Esa Ilari Vuokko wrote: > On 8/13/07, Peter Gavin <[EMAIL PROTECTED]> wrote: > > A few of us have been talking about putting dependency analysis into > > cabal. This, I feel, is something that needs to be Done Right :) So > > I&#

Re: dependency analysis

2007-08-13 Thread Esa Ilari Vuokko
On 8/13/07, Peter Gavin <[EMAIL PROTECTED]> wrote: > A few of us have been talking about putting dependency analysis into > cabal. This, I feel, is something that needs to be Done Right :) So > I've put up a page in the wiki: > <http://hackage.haskell.org/trac/hacka

Re: dependency analysis

2007-08-13 Thread Duncan Coutts
On Mon, 2007-08-13 at 10:00 +0100, Neil Mitchell wrote: > Hi Peter, > > There is an existing implementation of some of the make stuff in Yhc, > but separated into a stand-alone library: > > http://darcs.haskell.org/yhc/src/libraries/make/ > > I am happy to work with you, and in particular to wri

Re: dependency analysis

2007-08-13 Thread Neil Mitchell
this make code with Cabal. Thanks Neil On 8/13/07, Peter Gavin <[EMAIL PROTECTED]> wrote: > Hello everyone, > > A few of us have been talking about putting dependency analysis into > cabal. This, I feel, is something that needs to be Done Right :) So > I've put up a

dependency analysis

2007-08-12 Thread Peter Gavin
Hello everyone, A few of us have been talking about putting dependency analysis into cabal. This, I feel, is something that needs to be Done Right :) So I've put up a page in the wiki: <http://hackage.haskell.org/trac/hackage/wiki/DependencyAnalysis>. I want to write some code