[GHC] #2822: Arity expansion not working right
GHC
trac at galois.com
Thu Jan 15 04:33:50 EST 2009
#2822: Arity expansion not working right
-----------------------------------------+----------------------------------
Reporter: simonpj | Owner: igloo
Type: run-time performance bug | Status: closed
Priority: normal | Milestone: 6.10 branch
Component: Compiler | Version: 6.10.1
Severity: normal | Resolution: fixed
Keywords: | Difficulty: Unknown
Testcase: | Os: Unknown/Multiple
Architecture: Unknown/Multiple |
-----------------------------------------+----------------------------------
Changes (by simonpj):
* status: new => closed
* resolution: => fixed
Comment:
Fixed by
{{{
* Move some catch definitions around to avoid an import loop
As suggested by simonpj in trac #2822.
M ./Prelude.hs -27 +1
R ./Prelude.hs-boot
M ./System/IO/Error.hs -2 +27
}}}
Thanks, Ian.
Simon
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2822#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list