Re: How can I get SSH access to www.haskell.org to upload the Cabal user guide?

2013-09-06 Thread Jason Dagit
On Fri, Sep 6, 2013 at 3:09 PM, Johan Tibell johan.tib...@gmail.com wrote: Hi all, Who manages www.haskell.org? Where's the machine? How can I get an SSH account so I can upload the Cabal user guide for the Cabal version I just released? Looking here:

Re: Code style guide?

2013-03-19 Thread Jason Dagit
On Tue, Mar 19, 2013 at 7:29 AM, Johan Tibell johan.tib...@gmail.comwrote: On Tue, Mar 19, 2013 at 6:35 AM, Duncan Coutts duncan.cou...@googlemail.com wrote: Go for it! You'll also notice that the code uses different styles in different places (because of different authors). We've not

Re: Code style guide?

2013-03-18 Thread Jason Dagit
On Mon, Mar 18, 2013 at 5:15 PM, Ben Millwood hask...@benmachine.co.ukwrote: Hi everyone, Do we have a general notion of what we consider best practices for contributed code to Cabal? Perhaps we should formalise something? One of the reasons I wanted to get the wiki back online was in the

Re: Advance notice that I'd like to make Cabal depend on parsec

2013-03-14 Thread Jason Dagit
On Thu, Mar 14, 2013 at 7:53 AM, Duncan Coutts duncan.cou...@googlemail.com wrote: Hi folks, I want to give you advance notice that I would like to make Cabal depend on parsec. The implication is that GHC would therefore depend on parsec and thus it would become a core package, rather than

Re: Advance notice that I'd like to make Cabal depend on parsec

2013-03-14 Thread Jason Dagit
On Thu, Mar 14, 2013 at 11:01 AM, Bardur Arantsson s...@scientician.netwrote: On 03/14/2013 03:53 PM, Duncan Coutts wrote: Hi folks, Why did I choose parsec? Practicality dictates that I can only use things in the core libraries, and the nearest thing we have to that is the parser lib

Re: Adding tests for cabal-install

2012-12-31 Thread Jason Dagit
On Mon, Dec 31, 2012 at 6:56 AM, Johan Tibell johan.tib...@gmail.comwrote: Hi, Splitting out a library from cabal-install have been a goal for a long time. I don't know if we want to just expose every module that's there today or if we'd like to think a bit more about the API first. Duncan,

Re: Dependency guessing for cabal init

2011-10-21 Thread Jason Dagit
On Fri, Oct 21, 2011 at 1:29 PM, Brent Yorgey byor...@seas.upenn.edu wrote: Hi everyone, I'm working on some improvements to 'cabal init', the biggest of which is looking at imports in source files to guess an initial list of dependencies to populate the 'Build-depends:' field.  I wanted to

Re: cabal user's guide comment

2011-05-17 Thread Jason Dagit
On Tue, May 17, 2011 at 4:09 PM, Duncan Coutts duncan.cou...@googlemail.com wrote: On Sat, 2011-05-14 at 11:22 -0400, Jake Penton wrote: Greetings. What is a package? The reason I ask this question is stated below. If I am posting to the wrong list, let me know. Also, my tone by be slightly

Re: cabal-latest

2011-05-13 Thread Jason Dagit
On Thu, May 12, 2011 at 7:24 AM, Guy guytsalmave...@yahoo.com wrote: http://www.haskell.org/cabal/release/cabal-latest/ points to version 1.8.0.4. Is this correct? Replying to this on Haskell-Cafe and cabal-dev lists. The latest version is 1.10.x and ships with the HP. I bet that link is

Re: Overhaul Cabal's testsuite

2011-03-31 Thread Jason Dagit
On Thu, Mar 31, 2011 at 11:52 AM, Johan Tibell johan.tib...@gmail.comwrote: On Thu, Mar 31, 2011 at 8:33 PM, Frank Murphy anirishd...@gmail.com wrote: What do people think about seeing this ticket (#212) resolved as part of a SoC project? Is it worthwhile enough to merit consideration?

Re: Plan of Attack for Parallel Builds

2011-03-29 Thread Jason Dagit
On Tue, Mar 29, 2011 at 12:54 PM, Frank Murphy anirishd...@gmail.comwrote: I've been looking around and trying to develop a plan for parallelizing builds in cabal-install. Here's my idea so far: [snip] What does everyone think? I think it sounds nice and it sounds valuable. I probably