#4865: Deprecate and remove Prelude.catch and System.IO.Error.{catch,try}
---------------------------------+------------------------------------------
    Reporter:  igloo             |        Owner:              
        Type:  proposal          |       Status:  new         
    Priority:  normal            |    Milestone:  Not GHC     
   Component:  libraries/base    |      Version:  7.0.1       
    Keywords:                    |     Testcase:              
   Blockedby:                    |   Difficulty:              
          Os:  Unknown/Multiple  |     Blocking:              
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
---------------------------------+------------------------------------------

Comment(by simonmar):

 Ian's right.  We use the library proposal process for making changes to
 the base package, and separately there can be a Haskell' proposal for
 changing the Report and the official standard libraries (the `haskell98`
 and `haskell2010` packages).

 However, if this proposal is implemented, it would cause a problem for
 GHC's Haskell 98 support, which currently shares the `Prelude` with the
 base package. (Haskell 2010 is unaffected, because it has its own
 `Prelude` in the `haskell2010` package).  Thus, we would need to add a
 Haskell 98 `Prelude` to the `haskell98` package, which would then become
 incompatible with `base`, in the same way that `haskell2010` is.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4865#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to