Skip to content
  • Ryan Scott's avatar
    Remove 'deriving Typeable' statements · 95dfdceb
    Ryan Scott authored
    Summary:
    Deriving `Typeable` has been a no-op since GHC 7.10, and now that we
    require 7.10+ to build GHC, we can remove all the redundant `deriving Typeable`
    statements in GHC.
    
    Test Plan: ./validate
    
    Reviewers: goldfire, austin, hvr, bgamari
    
    Reviewed By: austin, hvr, bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2260
    95dfdceb