Re: [GHC] #2451: New signal-handling API

2010-01-31 Thread GHC
#2451: New signal-handling API
-+--
Reporter:  simonmar  |Owner:  simonmar
Type:  proposal  |   Status:  new 
Priority:  high  |Milestone:  6.14 branch 
   Component:  libraries/unix|  Version:  6.8.3   
Keywords:|   Difficulty:  Unknown 
  Os:  Unknown/Multiple  | Testcase:  
Architecture:  Unknown/Multiple  |  Failure:  None/Unknown
-+--
Changes (by tibbe):

 * cc: tibbe (added)


-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2451#comment:14
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] #2301: Proper handling of SIGINT/SIGQUIT

2010-01-31 Thread GHC
#2301: Proper handling of SIGINT/SIGQUIT
---+
  Reporter:  duncan|   Type:  bug  
Status:  new   |   Priority:  normal   
 Milestone:  6.14.1|  Component:  libraries/process
   Version:  6.8.2 |   Keywords:   
Difficulty:  Unknown   | Os:  Unknown/Multiple 
  Testcase:|   Architecture:  Unknown/Multiple 
   Failure:  None/Unknown  |  
---+
Changes (by tibbe):

 * cc: tibbe (added)


-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2301#comment:12
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] #3850: EmptyDataDecls and type context

2010-01-31 Thread GHC
#3850: EmptyDataDecls and type context
-+--
Reporter:  Paczesiowa|   Owner:   
Type:  bug   |  Status:  new  
Priority:  normal|   Component:  Compiler 
 Version:  6.12.1|Keywords:  emptydatadecls   
  Os:  Unknown/Multiple  |Testcase:   
Architecture:  Unknown/Multiple  | Failure:  GHC rejects valid program
-+--
 the following code fails to parse correctly or typecheck under 6.12.1


 {{{
 {-# LANGUAGE EmptyDataDecls #-}
 data Show a = Foo a
 }}}


 error:


 {{{
 No context is allowed on a GADT-style data declaration
 (You can put a context on each contructor, though.)
 }}}


 it works with 6.10.

 this is the reason of HList failure on 6.12.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3850
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