Re: [GHC] #682: Incorrect parentheses in warning message

2006-02-06 Thread GHC
#682: Incorrect parentheses in warning message ---+ Reporter: guest | Owner: Type: bug | Status: closed Priority: normal| Milestone: Component: Compiler |

Re: overlapping instances in ghc-6.5

2006-02-06 Thread Christian Maeder
The attached 4 files compile with ghc-6.4.1 and fail with ghc-6.5.20060201 (see below). Also, if I delete the Int and Integer instances in Common/ATerm/Conversion.hs the error remains the same for ghc-6.5 whereas ghc-6.4.1 correctly complains about No instance for (ShATermConvertible Int)

RE: overlapping instances in ghc-6.5

2006-02-06 Thread Simon Peyton-Jones
OK now I understand. For some time, GHC has made -fallow-overlapping-instances sticky: any instance in a module compiled with -fallow-overlapping-instances can overlap when imported, regardless of whether the importing module allows overlap. (If there is an overlap, both instances must

Re: [GHC] #680: SCC mis-accounting

2006-02-06 Thread GHC
#680: SCC mis-accounting -+-- Reporter: [EMAIL PROTECTED] | Owner: simonmar Type: bug | Status: new Priority: normal | Milestone: Component:

Re: [GHC] #679: using ReadWriteMode in Windows corrupts files

2006-02-06 Thread GHC
#679: using ReadWriteMode in Windows corrupts files -+-- Reporter: [EMAIL PROTECTED] | Owner: simonmar Type: bug | Status: new Priority: normal | Milestone:

Re: [GHC] #672: INLINE pragmas for default methods don't work

2006-02-06 Thread GHC
#672: INLINE pragmas for default methods don't work ---+ Reporter: simonpj | Owner: simonpj Type: bug | Status: new Priority: normal| Milestone: 6.6 Component:

Re: [GHC] #658: DEPRECATED doesn't work for data constructors

2006-02-06 Thread GHC
#658: DEPRECATED doesn't work for data constructors --+- Reporter: ijones | Owner: simonpj Type: bug | Status: new Priority: normal | Milestone: 6.4.2

Re: [GHC] #649: class declaration accepts conop as method name

2006-02-06 Thread GHC
#649: class declaration accepts conop as method name --+- Reporter: simonmar | Owner: Type: bug | Status: closed Priority: normal | Milestone: 6.4.2

Re: [GHC] #660: binary snapshot install crashes on ps docs

2006-02-06 Thread GHC
#660: binary snapshot install crashes on ps docs -+-- Reporter: Chuck Adams [EMAIL PROTECTED] | Owner: simonmar Type: bug | Status: new Priority: normal

Re: [GHC] #648: Problem resolving library paths (missing path in package.conf?)

2006-02-06 Thread GHC
#648: Problem resolving library paths (missing path in package.conf?) --+- Reporter: [EMAIL PROTECTED] | Owner: simonmar Type: bug | Status: new Priority: normal

Re: [GHC] #637: Ctrl-Break handler doesn't work in forked threads in -threaded RTS

2006-02-06 Thread GHC
#637: Ctrl-Break handler doesn't work in forked threads in -threaded RTS +--- Reporter: [EMAIL PROTECTED] | Owner: simonmar Type: bug| Status: new Priority: normal