[GHC] #1446: -fallow-incoherent-instances suggested when
already used
GHC
trac at galois.com
Wed Aug 1 10:13:02 EDT 2007
#1446: -fallow-incoherent-instances suggested when already used
----------------------------------+-----------------------------------------
Reporter: iampure at gmail.com | Owner: simonpj
Type: bug | Status: closed
Priority: normal | Milestone: 6.8
Component: Compiler | Version: 6.6.1
Severity: normal | Resolution: invalid
Keywords: | Difficulty: Unknown
Os: Unknown | Testcase:
Architecture: Unknown |
----------------------------------+-----------------------------------------
Changes (by simonpj):
* resolution: => invalid
* status: new => closed
Comment:
The error message now says:
{{{
To pick the first instance above, use -fallow-incoherent-instances
when compiling the other instance declarations
}}}
I hope that makes it clear why the message appears even though `-fallow-
incoherent-instances` is set for the module that is actually being
compiled.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1446>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list