> You should be able to pass --haddock-options to "Setup configure".
Interesting. It would be nice if 'Setup haddock --help' would mention
that, especially since 'Setup configure --help' doesn't mention haddock
by name (I even looked into the Cabal sources, saw the hardcoded
HaddockFlags, and ga
Hi all,
As anticipated last week, I spent a lot of this week working on the
build system. Mostly this was resurrecting UNIX binary distributions,
which now work (although there are doubtless some bits still missing).
Unfortunately, we don't normally know whereabouts in the tree we are,
e.g. when
On Sun, 2008-08-10 at 19:23 +0100, Claus Reinke wrote:
> > You should be able to pass --haddock-options to "Setup configure".
>
> Interesting. It would be nice if 'Setup haddock --help' would mention
> that, especially since 'Setup configure --help' doesn't mention haddock
> by name (I even looked
On Fri, Aug 08, 2008 at 10:56:34PM +0100, Max Bolingbroke wrote:
>
> I've been unable to build nofib recently:
I don't have a full answer yet, but if you do
make boot stage=2 WithNofibHc=./ghc/stage2-inplace/ghc
then I think it works. You get deprecated flag warnings, but I don't
think it f
Build description = HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
Build location= /playpen/simonmar/nightly/HEAD
Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx
Nightly build started on cam-02-unx at Sun Aug 10 18:02:05 BST 2008.
checking out
Sun Aug 10 10:32:37 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Remove a pointless use of $(HERE_ABS)/
M ./libraries/Makefile -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080810173237-3fd76-14475ff2be821f70957c40e05c7d0e28d970876f.gz
___
Sun Aug 10 10:30:53 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Don't give the -d flag to rm; it goes wrong on Windows
M ./libraries/Makefile -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080810173053-3fd76-74670e7fff483c383ef97a0c8d95a452b5d96503.gz
___
Sun Aug 10 08:07:37 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Add mk/bindist.mk
A ./mk/bindist.mk
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080810150737-3fd76-1d3f49910bf977d433cfb2d5f67a2496a0669aed.gz
___
Cvs-ghc mailing
Sun Aug 10 07:47:40 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Remove references to the files that the RTS no longer knows about
Spotted by Simon
M ./.darcs-boring -1
M ./driver/Makefile -3 +3
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080810144740-3fd76-d6ac0613
Sun Aug 10 07:42:59 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* We don't need to generate driver/package.conf any more; spotted by Simon
M ./driver/Makefile -1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080810144259-3fd76-91339f42750748bbcda2c7207a07061a905910a7.gz
___
Sun Aug 10 07:41:18 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Remove inplace-datadir when cleaning
M ./Makefile +3
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080810144118-3fd76-31b58d01c65d6cb146753b777dd1e3cb1d13e87f.gz
__
Sun Aug 10 07:36:55 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Remove driver/ghc; The Cabal package in ghc/ now makes a wrapper itself
R ./driver/ghc/
R ./driver/ghc/Makefile
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080810143655-3fd76-a1ea57d11d682616bb5cef0c9f11
Sun Aug 10 07:24:09 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Make "make clean" in ghc/ only clean the stage we want to clean
M ./ghc/Makefile -7 +9
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080810142409-3fd76-8fbf5807146409fe8e91714d85af32ff5616a211.gz
Sun Aug 10 07:20:26 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Make "make clean" in compiler/ only clean the stage we want to clean
If you "make clean" in the root then we still clean all stages
M ./compiler/Makefile -6 +10
M ./mk/recurse.mk -1 +1
View patch online:
http://darcs.haske
Sun Aug 10 07:07:31 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Also clean pwd.hi and pwd.o
M ./utils/pwd/Makefile -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080810140731-3fd76-3c89059a72a737f46a8acb260116ddf3a7910fc6.gz
__
Sun Aug 10 06:39:25 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* bindist fixes
M ./Makefile -2 +11
M ./compiler/Makefile -21 +2
M ./distrib/Makefile +1
M ./docs/docbook-cheat-sheet/Makefile -2 +1
M ./docs/ext-core/Makefile -2 +3
M ./docs/storage-mgt/Makefile -2 +3
M ./d
Sat Aug 9 17:50:16 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* bindists are now some way towards working
M ./Makefile -74 +83
M ./compiler/Makefile -1 +5
M ./docs/Makefile -8 +7
M ./docs/docbook-cheat-sheet/Makefile +3
M ./docs/ext-core/Makefile +3
M ./docs/man/Makefile -
Sat Aug 9 17:28:07 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Use Cabal to build pwd
M ./utils/pwd/Makefile -23 +3
A ./utils/pwd/Setup.hs
A ./utils/pwd/pwd.cabal
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080810002807-3fd76-99268e1432ca34d95cdc60d5b1ab4e9c3524
You should be able to pass --haddock-options to "Setup configure".
Interesting. It would be nice if 'Setup haddock --help' would mention
that, especially since 'Setup configure --help' doesn't mention haddock
by name (I even looked into the Cabal sources, saw the hardcoded
HaddockFlags, and gav
On Fri, Aug 08, 2008 at 09:28:50PM +0100, Claus Reinke wrote:
> >>>Running Haddock for ghc-6.9...
> >>>Heap exhausted;
> >>>Current maximum heap size is 268435456 bytes (256 Mb);
> >>This is haddock failing, right? What version do you have?
> >
> >Yes. Though I've got no idea how to get the RTS opt
Build results:
fast486 stable: fail (failed darcs)
gabor stable: pass
kgardas stable: fail (failed stage1)
mnemosyne x86-64 Gentoo stable: pass
tnaur PPC OSX stable: fail (failed stage2)
x86 Windows stable: fail (failed stage1)
Build results:
x86-64 Linux head: lost
x86 Windows head:fail (failed stage1)
x86 Windows head fast: pass lost pass pass pass pass
gabor head: lost
tnaur PPC OSX head: pass
tnaur PPC OSX head 2:lost
tnaur x86 Linux head:pass
x86-64 Linux head unreg: lost
Ol
22 matches
Mail list logo