Re: CMod Cint ? Some broken packages

2007-07-10 Thread Stefan O'Rear
On Wed, Jul 11, 2007 at 06:01:59AM +0200, Marc Weber wrote: > The following packages (not including those which I couldn't build yet > because I han't add missing C dependencies etc) are broken: > > log-hackage-BerkeleyDB-0.2:Couldn't match expected type `CInt' against > inferred type `CMode'

Re: CMod Cint ? Some broken packages

2007-07-10 Thread Donald Bruce Stewart
We *really* need to start testing API divergences against hackage packages, before GHC releases. marco-oweber: > The following packages (not including those which I couldn't build yet > because I han't add missing C dependencies etc) are broken: > > log-hackage-BerkeleyDB-0.2:Couldn't match

CMod Cint ? Some broken packages

2007-07-10 Thread Marc Weber
The following packages (not including those which I couldn't build yet because I han't add missing C dependencies etc) are broken: log-hackage-BerkeleyDB-0.2:Couldn't match expected type `CInt' against inferred type `CMode' log-hackage-FileManip-0.2:Couldn't match expected type `CInt' aga

packages assigned more than one category / intentionally?

2007-07-10 Thread Marc Weber
The following packages are listed more than once: "Crypto" "GuiTV" "TypeCompose" "Win32" "binary" "polyparse" That's not by accident, is it? ___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel

Re: darcs patch: Add modules to cabal-setup.cabal: this makes Setup sdi...

2007-07-10 Thread Duncan Coutts
On Tue, 2007-07-10 at 13:19 -0500, [EMAIL PROTECTED] wrote: > Tue Jul 10 13:13:42 CDT 2007 Spencer Janssen <[EMAIL PROTECTED]> > * Add modules to cabal-setup.cabal: this makes Setup sdist work Ta. Applied. Duncan ___ cabal-devel mailing list cabal-d

darcs patch: Add modules to cabal-setup.cabal: this makes Setup sdi...

2007-07-10 Thread sjanssen
Tue Jul 10 13:13:42 CDT 2007 Spencer Janssen <[EMAIL PROTECTED]> * Add modules to cabal-setup.cabal: this makes Setup sdist work New patches: [Add modules to cabal-setup.cabal: this makes Setup sdist work Spencer Janssen <[EMAIL PROTECTED]>**20070710181342] { hunk ./cabal-install.cabal 19 +Ext

Haddock support / tell ./setup where to find documentation of dependencies

2007-07-10 Thread Marc Weber
I'm packaging all hackage packages for nix. I've already compiled 102 packages succesfully. Is there a simple way to do a ./setup haddock --dirs-containing-dep-docs=path1;path2;path3;path4 .. --install-to $out/haddock ? If not who is working on haddock stuff right now? Marc

Before hacking on Haddock support...

2007-07-10 Thread Roberto Zunino
...would you please review this patch? ;-) Sorry if I am being too pushy, but I'd want to avoid people developing on the "old" Haddock integration code (assuming this patch is worth inclusion, of course). Zun. = I am sending a patch[1] for integrating Cabal and HsColour + Haddock. Here

Windows line endings in .cabal file goes wrong

2007-07-10 Thread Neil Mitchell
Hi When installing a .cabal package which has Windows line endings, the executable name is read as file^M. There are a few possible solutions: 1) Ban \r from .cabal files - cabal-upload should check this if this choice is made. 2) Cope with \r, a simple filter (/= '\r') should be sufficient. T