Re: [GHC] #1252: [haskell-src] Function not pretty-printed correctly in inline mode

2007-03-30 Thread GHC
#1252: [haskell-src] Function not pretty-printed correctly in inline mode
---+
 Reporter:  greenrd|  Owner:  greenrd
 Type:  bug| Status:  closed 
 Priority:  normal |  Milestone: 
Component:  libraries (other)  |Version:  6.6
 Severity:  normal | Resolution:  fixed  
 Keywords: | Difficulty:  Easy (1 hr)
 Testcase: |   Architecture:  Multiple   
   Os:  Multiple   |  
---+
Changes (by greenrd):

  * resolution:  = fixed
  * status:  reopened = closed

Comment:

 Fixed on head. Thanks Ross!

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1252
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1252: [haskell-src] Function not pretty-printed correctly in inline mode

2007-03-29 Thread GHC
#1252: [haskell-src] Function not pretty-printed correctly in inline mode
---+
 Reporter:  greenrd|  Owner:  greenrd
 Type:  bug| Status:  reopened   
 Priority:  normal |  Milestone: 
Component:  libraries (other)  |Version:  6.6
 Severity:  normal | Resolution: 
 Keywords: | Difficulty:  Easy (1 hr)
 Testcase: |   Architecture:  Multiple   
   Os:  Multiple   |  
---+
Changes (by greenrd):

  * resolution:  fixed =
  * status:  closed = reopened

Comment:

 The checked-in fix doesn't work:

 {{{
 ghc-6.6 --make -o test Output.hs
 [1 of 1] Compiling Main ( Output.hs, Output.o )

 Output.hs:2:15: parse error on input `{'
 }}}

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1252
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #1252: [haskell-src] Function not pretty-printed correctly in inline mode

2007-03-28 Thread GHC
#1252: [haskell-src] Function not pretty-printed correctly in inline mode
--+-
Reporter:  greenrd|   Owner:  greenrd 
Type:  bug|  Status:  new 
Priority:  normal |   Milestone:  
   Component:  libraries (other)  | Version:  6.6 
Severity:  normal |Keywords:  
  Difficulty:  Easy (1 hr)|Testcase:  
Architecture:  Multiple   |  Os:  Multiple
--+-
In the attached testcase (type make to run it), the generated Output.hs is
 missing a semicolon.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1252
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1252: [haskell-src] Function not pretty-printed correctly in inline mode

2007-03-28 Thread GHC
#1252: [haskell-src] Function not pretty-printed correctly in inline mode
---+
 Reporter:  greenrd|  Owner:  greenrd
 Type:  bug| Status:  closed 
 Priority:  normal |  Milestone: 
Component:  libraries (other)  |Version:  6.6
 Severity:  normal | Resolution:  fixed  
 Keywords: | Difficulty:  Easy (1 hr)
 Testcase: |   Architecture:  Multiple   
   Os:  Multiple   |  
---+
Changes (by ross):

  * resolution:  = fixed
  * status:  new = closed

Comment:

 fixed in the HEAD

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1252
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs