package ? 4.0.8.2

2001-04-02 Thread ltaesch
im new to ghc. i just could not find how to include lib/package in the compile... by browsing the web, i found that http://www.cs.mu.oz.au/fpu/ghc-guides/set/packages.html#LISTING-PACKAGES have a 3.8 section about package, whereas haskell.org/ghc/documentation dont ! also ghc --list-packag

RE: Difficulties compiling hmake / HaXml

2001-04-02 Thread Lescher Christian
Now that I made it through the hmake compilation and went on to the haXml tools I come to another problem with compiling haXml. The error message (below) lead me to the missing file (IOExts.hi) which I found in "/lib/imports/lang". I searched the Makefile and recognized the "HFLAGS" variable wic

RE: package ? 4.0.8.2

2001-04-02 Thread Simon Marlow
> im new to ghc. > > i just could not find how to include lib/package in the compile... > > > by browsing the web, i found that > http://www.cs.mu.oz.au/fpu/ghc-guides/set/packages.html#LISTING-PACKAGES > have a 3.8 section about package, whereas haskell.org/ghc/documentation dont ! > > als

RE: package ? 4.0.8.2

2001-04-02 Thread Kevin Glynn
Apologies, this is a local copy of the GHC documentation I use for speedy access. Somehow it appears to be halfway between 4.08 and 5.00. I've made it clearer on the fpu pages now. Slightly off-topic. Could you make a copy of the CVS versions of the documentation available from the GHC pages

process file table full?

2001-04-02 Thread Johannes Waldmann
Yesterday I asked for the posssible reasons of > Fail: resource exhausted > Action: openFile > Reason: process file table full connect-985988146.log Writing that particular file wasn't the cause, but just a symptom. It seems that I forgot to close filehandles obtained from Socket.accept. I some