Re: cabal-upload & cabal-install

2007-05-04 Thread Bjorn Bringert
On May 3, 2007, at 22:45 , Duncan Coutts wrote: ... I was also trying cabal-upload. I found that cabal-upload needs some functions from the HTTP lib that are not actually exported. In particular the stuff to do with authorisation in the Browser module. It looks like it ought to be exported si

Re: Detrimental c2hs / "other-modules" interaction

2007-05-04 Thread Duncan Coutts
On Fri, 2007-05-04 at 00:47 -0400, Michael Stone wrote: > Dear Cabal Developers, > > First, thanks for the excellent work so far. > > Second, I thought I'd report a frustrating experience I had on my first > attempt to package a library. Thanks. > I'm currently extracting a Cairo binding from G

Re: cabal-upload & cabal-install

2007-05-04 Thread Duncan Coutts
On Fri, 2007-05-04 at 00:27 +0100, Ross Paterson wrote: > On Thu, May 03, 2007 at 09:45:28PM +0100, Duncan Coutts wrote: > > What do we need to do next? Should we invite a little bit of wider > > testing on cabal-install + hackage and get some user feedback. If that's > > good we should actively ad

Re: cabal-upload & cabal-install

2007-05-04 Thread Duncan Coutts
On Fri, 2007-05-04 at 10:10 +0200, Bjorn Bringert wrote: > On May 3, 2007, at 22:45 , Duncan Coutts wrote: > > > ... > > I was also trying cabal-upload. I found that cabal-upload needs some > > functions from the HTTP lib that are not actually exported. In > > particular the stuff to do with autho

Re: cabal "fails" with no explanation

2007-05-04 Thread Duncan Coutts
On Thu, 2007-05-03 at 19:19 -0700, Stefan O'Rear wrote: > [EMAIL PROTECTED]:/usr/local/src/xmonad$ runhaskell Setup.lhs clean -v5 > cleaning... > [EMAIL PROTECTED]:/usr/local/src/xmonad$ echo $? > 1 > [EMAIL PROTECTED]:/usr/local/src/xmonad$ ghc -V > The Glorious Glasgow Haskell Compilation System,

Re: Integrating Cabal, Haddock, HsColour

2007-05-04 Thread Conal Elliott
BTW, see also http://haskell.org/haskellwiki/Cabal-make, which automates haddock & hscolour use and a few more things, via simple make files. I like Cabal integration, so I'm all for Roberto's Cabal improvements. - Conal On 4/26/07, Simon Marlow <[EMAIL PROTECTED]> wrote: Roberto Zunino wrot

Re: cabal "fails" with no explanation

2007-05-04 Thread Bertram Felgenhauer
Stefan O'Rear wrote: > [EMAIL PROTECTED]:/usr/local/src/xmonad$ runhaskell Setup.lhs clean -v5 > cleaning... > [EMAIL PROTECTED]:/usr/local/src/xmonad$ echo $? > 1 > [EMAIL PROTECTED]:/usr/local/src/xmonad$ ghc -V > The Glorious Glasgow Haskell Compilation System, version 6.7.20070502 That's a ghc

Re: cabal "fails" with no explanation

2007-05-04 Thread Stefan O'Rear
On Sat, May 05, 2007 at 04:24:12AM +0200, Bertram Felgenhauer wrote: > Stefan O'Rear wrote: > > [EMAIL PROTECTED]:/usr/local/src/xmonad$ runhaskell Setup.lhs clean -v5 > > cleaning... > > [EMAIL PROTECTED]:/usr/local/src/xmonad$ echo $? > > 1 > > [EMAIL PROTECTED]:/usr/local/src/xmonad$ ghc -V > >