#9639: Remove OldTypeable -------------------------------------+------------------------------------- Reporter: dreixel | Owner: Type: task | Status: patch Priority: normal | Milestone: 7.10.1 Component: Compiler | Version: 7.9 Resolution: | Keywords: Operating System: | Architecture: Unknown/Multiple Unknown/Multiple | Difficulty: Easy (less than 1 Type of failure: | hour) None/Unknown | Blocked By: Test Case: | Related Tickets: Blocking: | Differential Revisions: Phab:D311 | -------------------------------------+------------------------------------- Comment (by Herbert Valerio Riedel <hvr@…>): In [changeset:"7369d2595a8cceebe457a44c8400828f4df87ea0/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="7369d2595a8cceebe457a44c8400828f4df87ea0" Remove obsolete Data.OldTypeable (#9639) This finally removes the `Data.OldTypeable` module (which has been deprecated in 7.8), from `base`, compiler and testsuite. The deprecated `Typeable{1..7}` aliases in `Data.Typeable` are not removed yet in order to give existing code a bit more time to adapt. Reviewed By: hvr, dreixel Differential Revision: https://phabricator.haskell.org/D311 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9639#comment:16> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler