Re: missing extra libraries on darcs.haskell.org/ghc-7.0

2011-01-19 Thread Jost Berthold
On 2011-01-19 17:22, Simon Marlow wrote: On 19/01/2011 15:16, Jost Berthold wrote: I just noticed that the "extra libraries", libraries which darcs-all adds when given the --extra flag, are missing in the current release source tree darcs.haskell.org/ghc-7.0. Of course I can (and d

missing extra libraries on darcs.haskell.org/ghc-7.0

2011-01-19 Thread Jost Berthold
ckage, but it would be handy to have a copy inside ghc-7.0/packages. Could they please be mirrored inside the ghc-7.0 source tree in order to make darcs-all work as usual? Thanks Jost Berthold ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.h

IFL 2009 - 2nd Call for papers

2009-06-01 Thread Jost Berthold
Apologies for multiple copies. Jost Berthold Call for Papers IFL 2009 Seton Hall University SOUTH ORANGE, NJ, USA http://tltc.shu.edu/blogs/projects/IFL2009/ ** NEW ** Accomodations information available: http://tltc.shu.edu/blogs/projects/IFL2009/accommodations.html Jane Street Capital

Re: HEAD does not build

2008-07-16 Thread Jost Berthold
Hi Ian, Since, meanwhile, my particular problem is solved, this is meant just as additional information for others to work around similar problems. Ian Lynagh wrote: > On Tue, Jul 15, 2008 at 04:50:44PM +0200, Jost Berthold wrote: >> >> For some complicated-to-explain reason, I

Re: HEAD does not build

2008-07-15 Thread Jost Berthold
Hi Ian, the solution turns out to be very simple, and already visible in my first mail. Ian Lynagh wrote: > > Hi Jost, > > On Mon, Jul 14, 2008 at 06:03:15PM +0200, Jost Berthold wrote: >> >> cd hpc&& /home/t-josber/BUILDS/HEAD/libraries/cabal-bin >> /

HEAD does not build

2008-07-14 Thread Jost Berthold
Hello everybody, Unfortunately, a (completely fresh!) ghc-HEAD tree does not build for me today. The build fails early ...(after building some cabal stuff for bootstrapping)... Configuring hpc-0.5... cd hpc&& /home/t-josber/BUILDS/HEAD/libraries/cabal-bin /home/t-josber/bin/ghc-6.8.3 /home/t-

Re: Build fails with missing haddock for HEAD

2007-05-17 Thread Jost Berthold
as nothing else in build.mk. Thank you. Jost Ian Lynagh schrieb: On Wed, May 16, 2007 at 01:16:14PM +0200, Jost Berthold wrote: I have looked at ifBuildable.hs and Setup.hs, without getting a clue how to switch off the haddock phase. ifBuildable checks for buildable packages and complains if cor

Build fails with missing haddock for HEAD

2007-05-16 Thread Jost Berthold
f these files mentions haddock. The libraries/Makefile contains some parts depending on NO_HADDOCK_DOCS, so I set this to "YES" in mk/build.mk, but with no effect. Any suggestions? Thank you. Jost Berthold ___ Cvs-ghc mailing list Cvs-ghc@ha