Re: [Haskell-cafe] Fwd: how to increase the stack size

2011-10-17 Thread Malcolm Wallace
when I am running the program in my terminal on ubuntu its showing me GHC stack-space overflow: current limit is 536870912 bytes. Use the `-Ksize' option to increase it. how can i increase the stack sizePlz help me out Others have explained how to Use the `-Ksize' option,

[Haskell-cafe] Fwd: how to increase the stack size

2011-10-16 Thread kolli kolli
when I am running the program in my terminal on ubuntu its showing me GHC stack-space overflow: current limit is 536870912 bytes. Use the `-Ksize' option to increase it. how can i increase the stack sizePlz help me out ___ Haskell-Cafe mailing

Re: [Haskell-cafe] Fwd: how to increase the stack size

2011-10-16 Thread Ivan Lazar Miljenovic
On 17 October 2011 13:39, kolli kolli nammukoll...@gmail.com wrote: when I am running the program in my terminal on ubuntu its showing me GHC stack-space overflow: current limit is 536870912 bytes. Use the `-Ksize' option to increase it.  how can i increase the stack sizePlz help me

Re: [Haskell-cafe] Fwd: how to increase the stack size

2011-10-16 Thread Daniel Fischer
On Monday 17 October 2011, 04:39:49, kolli kolli wrote: when I am running the program in my terminal on ubuntu its showing me GHC stack-space overflow: current limit is 536870912 bytes. Use the `-Ksize' option to increase it. how can i increase the stack sizePlz help me out $

Re: [Haskell-cafe] Fwd: how to increase the stack size

2011-10-16 Thread Brandon Moore
From: kolli kolli nammukoll...@gmail.com Subject: [Haskell-cafe] Fwd: how to increase the stack size when I am running the program in my terminal on ubuntu its showing me GHC stack-space overflow: current limit is 536870912 bytes. Use the `-Ksize' option to increase it.  how can i increase