[GHC] #3634: Add traceM, traceShowM and withTrace

2009-11-02 Thread GHC
#3634: Add traceM, traceShowM and withTrace --+- Reporter: MartijnVanSteenbergen | Owner: Type: proposal | Status: new Priority: normal |

[GHC] #3633: Heap size suggestion of > 2145 MB gets ignored

2009-11-02 Thread GHC
#3633: Heap size suggestion of > 2145 MB gets ignored +--- Reporter: tim | Owner: Type: bug | Status: new Priority: normal | Component: Runtime System Versi

Re: [GHC] #3630: Suggested algorithm to control upper bound of space "leaks"

2009-11-02 Thread GHC
#3630: Suggested algorithm to control upper bound of space "leaks" --+- Reporter: shelbymoore3 | Owner: Type: proposal | Status: new Priority: normal

Re: [GHC] #3632: lift restrictions on records with existential fields, especially in the presence of class constraints

2009-11-02 Thread GHC
#3632: lift restrictions on records with existential fields, especially in the presence of class constraints -+-- Reporter: eflister | Owner: Type: feature request

[GHC] #3632: lift restrictions on records with existential fields, especially in the presence of class constraints

2009-11-02 Thread GHC
#3632: lift restrictions on records with existential fields, especially in the presence of class constraints +--- Reporter: eflister | Owner: Type: feature request

Re: mkdirhier fails on Ubuntu Hardy i686 with dash shell

2009-11-02 Thread Simon Marlow
On 25/10/2009 19:34, Ian Lynagh wrote: On Mon, Oct 19, 2009 at 12:49:44PM -0600, Zooko Wilcox-O'Hearn wrote: Replacing the contents of mkdirhier and mkdirhier.sh with "mkdir -p $*" works-around the problem. Does anyone know why we don't just call "mkdir -p" normally? Are there portability pro