[GHC] #1267: Strictness of Integer's enumFrom

2007-04-04 Thread GHC
#1267: Strictness of Integer's enumFrom -+-- Reporter: [EMAIL PROTECTED] | Owner: Type: bug | Status: new Priority: low | Milestone:

Re: [GHC] #1241: Functional dependency Coverage Condition is lifted, and should not be

2007-04-04 Thread GHC
#1241: Functional dependency Coverage Condition is lifted, and should not be -+-- Reporter: guest| Owner: Type: bug | Status: new Priority: norma

Re: [GHC] #1241: Functional dependency Coverage Condition is lifted, and should not be

2007-04-04 Thread GHC
#1241: Functional dependency Coverage Condition is lifted, and should not be -+-- Reporter: guest| Owner: Type: bug | Status: new Priority: norma

Re: [GHC] #1262: mdo in Template Haskell

2007-04-04 Thread GHC
#1262: mdo in Template Haskell -+-- Reporter: [EMAIL PROTECTED] | Owner: Type: feature request | Status: new Priority: normal | Milestone: 6.8 Compo

Re: [GHC] #1265: Template Haskell fail Messages not Getting Through

2007-04-04 Thread GHC
#1265: Template Haskell fail Messages not Getting Through --+- Reporter: [EMAIL PROTECTED] | Owner: Type: bug | Status: new Priority: normal| Milestone:

Re: [GHC] #1261: optLevelFlags is not monotonic

2007-04-04 Thread GHC
#1261: optLevelFlags is not monotonic --+- Reporter: Stefan O'Rear <[EMAIL PROTECTED]> | Owner: Type: bug | Status: new Priority: normal

Re: [GHC] #1260: TH doesn't pretty-print classes without fundeps correctly

2007-04-04 Thread GHC
#1260: TH doesn't pretty-print classes without fundeps correctly --+- Reporter: greenrd | Owner: Type: bug | Status: new Priority: normal|

Re: [GHC] #1264: darcs repo corrupted?

2007-04-04 Thread GHC
#1264: darcs repo corrupted? --+- Reporter: greenrd | Owner: Type: bug | Status: closed Priority: high | Milestone: C

Re: [GHC] #1241: Functional dependency Coverage Condition is lifted, and should not be

2007-04-04 Thread GHC
#1241: Functional dependency Coverage Condition is lifted, and should not be -+-- Reporter: guest| Owner: Type: bug | Status: new Priority: norma

Re: ghci question

2007-04-04 Thread Frederik Eaton
> Also, there are some library functions that will block all Haskell threads > unless used with the > threaded RTS (e.g. System.Process.waitForProcess). These are now safe to use > with GHCi. Yay! I think that's what I wanted to know. Thanks, Frederik -- http://ofb.net/~frederik/ _

Re: ghci question

2007-04-04 Thread Simon Marlow
Duncan Coutts wrote: On Wed, 2007-04-04 at 00:01 +0100, Frederik Eaton wrote: Hello, This is a bit lame but I don't know where to find the information... I am wondering if ghci is OK to use with threads now. It seems to work but I have written down in some of my source code that a certain func