Re: Helping out

2007-08-27 Thread Neil Mitchell
Hi > To be more specific, what leads people like you and Andrew Coppin to > think the channel is dead? I've never seen evidence of that from > inside, and we might need to fix what you're seeing... At some times of day/week there is relatively little chatter on the channel. That usually means pe

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

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: Helping out

2007-08-19 Thread Simon (Vsevolod) Ilyushchenko
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 creates a ./setup program which you can use to run > the normal cabal commands like ./

Re: Helping out

2007-08-12 Thread Duncan Coutts
On Mon, 2007-08-13 at 00:10 +0100, Simon (Vsevolod) Ilyushchenko wrote: > Got it, thanks. > > Is there a time when I can hang out on #haskell (or other channel) to > get some questions answered? For example, when trying to install cabal > itself, running > > ghc -v --make Setup.lhs -o setup > cur

Re: Helping out

2007-08-12 Thread Stefan O'Rear
On Mon, Aug 13, 2007 at 12:10:42AM +0100, Simon (Vsevolod) Ilyushchenko wrote: > Got it, thanks. > > Is there a time when I can hang out on #haskell (or other channel) to > get some questions answered? For example, when trying to install cabal > itself, running > > ghc -v --make Setup.lhs -o setu

Re: Helping out

2007-08-12 Thread Simon (Vsevolod) Ilyushchenko
Got it, thanks. Is there a time when I can hang out on #haskell (or other channel) to get some questions answered? For example, when trying to install cabal itself, running ghc -v --make Setup.lhs -o setup currently fails for me with: Could not find module `System.FilePath': locations searched

Re: Helping out

2007-08-12 Thread Duncan Coutts
On Sun, 2007-08-12 at 20:09 +0100, Simon (Vsevolod) Ilyushchenko wrote: > Hi, > > I'm just starting learning Haskell (went through a couple of tutorials > and wrote simple examples), and I'm looking for a project to help out > with. I've been pointed at recent Duncan's request for help - let me >

Helping out

2007-08-12 Thread Simon (Vsevolod) Ilyushchenko
Hi, I'm just starting learning Haskell (went through a couple of tutorials and wrote simple examples), and I'm looking for a project to help out with. I've been pointed at recent Duncan's request for help - let me know what problems (simple for now) I can work on (Easy Tickets?). Thanks, Simon __