"Yitzchak Gale" <[EMAIL PROTECTED]> writes:
> Roman Cheplyaka wrote:
>
>> I think I'll face with the similar problem in the nearest future, except
>> I have far more old system. So I'll be very greatful if you provide the
>> instructions and record your experience.
>
> (Looks like I may need to do
Ian Lynagh <[EMAIL PROTECTED]> writes:
> On Tue, Jan 08, 2008 at 11:23:59AM +0100, Wagner Ferenc wrote:
>
>> Ian uploaded 6.8.2 the day before yesterday... Maybe when he's
>> finished with this work, a rebuild on Etch won't be too difficult.
>
> I do plan to do this at some point, but it's not i
In the end I created a new ghc6 package from the binary bundle by
slight modifications and shameless theft from Ian Lynagh control
file. It seems to work together with libreadline4 from Sarge. I'm
willing to share it with anybody interested.
--
Regards,
Feri.
Wagner Ferenc <[EMAIL PROTECTED]> writes:
> Stefan O'Rear <[EMAIL PROTECTED]> writes:
>
>> On Tue, Jun 05, 2007 at 10:13:41PM +0200, Wagner Ferenc wrote:
>>
>>> what's the best way to install GHC 6.6.1 on a Debian Etch system?
>>> Basically: are there installable packages available somewhere, or
>
Tomasz Zielonka <[EMAIL PROTECTED]> writes:
> On Wed, Dec 13, 2006 at 03:54:59PM -0600, Mark Hills wrote:
>> It does expect the address to be in network byte order instead of host
>> byte order, which is usually done using htons and htonl. This seems to
>> do what you want (running SUSE 10.1 on an
"Simon Marlow" <[EMAIL PROTECTED]> writes:
> Comment By: Ferenc Wágner (wferi)
>
>> Just to make sure: the "Could not find module
>> `HTMLMonadBase'..." is entirely reasonable (and my
>> package.conf is crap), it's the "ghc: panic!" I found worrying.
>
> Yes, we plan to fix the panic and emit a mo
Simon David Foster <[EMAIL PROTECTED]> writes:
> I had to remove POpen from HXT to make it work correctly
> with GHC 6.2. I think this because posix now includes
> popen and so it conflicts with the version in HXT. Try
> removing POpen.hs and doing it again, make sure you load
> package posix.
Ye
Hello,
Please have a look at the transcript below. GHC happily
compiles the file with the Makefile, while GHCi chokes on
it. I would be grateful for any insight into the problem.
Feri.
tba:~/haskell/xml/ $ cat xml2wiki.hs
import System
import XmlInput
import XmlTree
import XmlS
Tomasz Zielonka <[EMAIL PROTECTED]> writes:
> On Sun, Jan 11, 2004 at 10:22:09PM +0100, Ferenc Wagner wrote:
>
>>> It isn't suitable for exchanging bigger amounts of data
>>> between processes.
>>
>> May I ask why?
>
> Well, if you were colle
Tomasz Zielonka <[EMAIL PROTECTED]> writes:
> On Sat, Jan 10, 2004 at 04:50:28PM -0500, Mark Carroll wrote:
>
>>Your code looks great,
>
> Thanks :)
>
> It isn't suitable for exchanging bigger amounts of data between
> processes.
May I ask why?
Feri.
_
"Simon Marlow" <[EMAIL PROTECTED]> writes:
>> Tomasz Zielonka <[EMAIL PROTECTED]> writes:
>>
>>> I had a similar problem, and finally I created my own
>>> solution that doesn't leave zombies and doesn't block when
>>> the launched process writes too much to stderr.
>>
>> Pretty neat, I've got an
Tomasz Zielonka <[EMAIL PROTECTED]> writes:
> I had a similar problem, and finally I created my own
> solution that doesn't leave zombies and doesn't block when
> the launched process writes too much to stderr.
Pretty neat, I've got an application idea for that code!
Couldn't it be include in the
Hal Daume III <[EMAIL PROTECTED]> writes:
> On Thu, 8 Jan 2004, Glynn Clements wrote:
>
>> What does the output from "ps" indicate?
>
> It lists all the processes as defunct:
>
> 19981 pts/5Z 0:00 [suffixtree ]
> 19982 pts/5Z 0:00 [suffixtree ]
> 19983 pts/5Z 0:00 [suffi
Stefan Reich <[EMAIL PROTECTED]> writes:
> multilineLiteral = "
>line1
>line2"
Use string gaps (see 2.6 in the Report):
multilineLiteral = "\
\ line1\n\
\ line2"
--
Feri.
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www
Ian Lynagh <[EMAIL PROTECTED]> writes:
>>
>> The (Interactive) Glasgow Haskell Compiler -- version 6.2
>>
>
> And, for Christmas, we at Debian bring you sackful of de
Hal Daume III <[EMAIL PROTECTED]> writes:
> I expect the following to work, but it doesn't.
Yes it does. :-) Even without the hSetBuffering lines.
GHC 5.04-1
Feri.
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
"Simon Marlow" <[EMAIL PROTECTED]> writes:
> Both of these bugs were fixed in 5.04.2.
Great.
> I'm afraid there's no way at the moment, but I'll look
> into adding a flag. The problem is that the longer the
> stacks get, the less room there is for the graph - hp2ps
> tends to squeeze the graph
Hello,
something interesting turned up again. Setting cut=8 in
Show2.hs and running it with ./show +RTS -h -i0.01 gives
show: fatal error: main thread has been GC'd
It may be silly, since 0.01 < 1/50, but this error message
isn't too helpful. Btw, +RTS -? says:
-i Time
"Simon Marlow" <[EMAIL PROTECTED]> writes:
> If you could send us a smaller example that displays the
> problem, we'll be happy to look into it.
Well, here is a definitively smaller, although not too small
example (182 lines total). Options are hardcoded in this
version. Compile with
ghc -o sho
"Simon Marlow" <[EMAIL PROTECTED]> writes:
> Try with a newer version of GHC and see if you get the
> same results.
With 5.04 I get almost the same, look:
COST CENTREMODULE %time %alloc
showData1 Main 87.1 89.2
ncEps
Hello,
Please help me understanding GHC 5.02.2 profiling output!
Here is the root of my program (Show.hs):
\begin{code}
showData:: BaseVector a => Params -> Operator a -> String
showData params pot = unlines ["Version 3.1",
Hal Daume III <[EMAIL PROTECTED]> writes:
> I'm linking with a .a file built from C [...] so i tried
>
> ghc MyFile.hs -o myout -optctheafile.a
>
> but this doesn't appear to pass the paramter.
If it's acceptable, you can try
mv theafile.a libtheafile.a
ghc MyFile.hs -o myout -L. -ltheafile
22 matches
Mail list logo