Add explicit import lists to Data.List imports
Related to a future change in Data.List, https://downloads.haskell.org/ghc/8.10.3/docs/html/users_guide/using-warnings.html?highlight=wcompat#ghc-flag--Wcompat-unqualified-imports Companion pull&merge requests: - https://github.com/judah/haskeline/pull/153 - https://github.com/haskell/containers/pull/762 - https://gitlab.haskell.org/ghc/packages/hpc/-/merge_requests/9 After these the actual change in Data.List should be easy to do.
Showing
- compiler/GHC/Cmm/Ppr/Decl.hs 1 addition, 1 deletioncompiler/GHC/Cmm/Ppr/Decl.hs
- compiler/GHC/CmmToAsm.hs 1 addition, 1 deletioncompiler/GHC/CmmToAsm.hs
- compiler/GHC/CmmToAsm/BlockLayout.hs 1 addition, 1 deletioncompiler/GHC/CmmToAsm/BlockLayout.hs
- compiler/GHC/CmmToAsm/Reg/Graph/Spill.hs 1 addition, 1 deletioncompiler/GHC/CmmToAsm/Reg/Graph/Spill.hs
- compiler/GHC/CmmToAsm/Reg/Graph/SpillClean.hs 1 addition, 1 deletioncompiler/GHC/CmmToAsm/Reg/Graph/SpillClean.hs
- compiler/GHC/CmmToAsm/Reg/Linear.hs 1 addition, 1 deletioncompiler/GHC/CmmToAsm/Reg/Linear.hs
- compiler/GHC/CmmToAsm/Reg/Liveness.hs 1 addition, 1 deletioncompiler/GHC/CmmToAsm/Reg/Liveness.hs
- compiler/GHC/Core/Make.hs 1 addition, 1 deletioncompiler/GHC/Core/Make.hs
- compiler/GHC/Core/Opt/CprAnal.hs 1 addition, 1 deletioncompiler/GHC/Core/Opt/CprAnal.hs
- compiler/GHC/Core/Opt/OccurAnal.hs 1 addition, 1 deletioncompiler/GHC/Core/Opt/OccurAnal.hs
- compiler/GHC/Core/Opt/SpecConstr.hs 1 addition, 1 deletioncompiler/GHC/Core/Opt/SpecConstr.hs
- compiler/GHC/Core/Rules.hs 1 addition, 1 deletioncompiler/GHC/Core/Rules.hs
- compiler/GHC/Core/SimpleOpt.hs 1 addition, 1 deletioncompiler/GHC/Core/SimpleOpt.hs
- compiler/GHC/Core/Subst.hs 1 addition, 1 deletioncompiler/GHC/Core/Subst.hs
- compiler/GHC/Core/Tidy.hs 1 addition, 1 deletioncompiler/GHC/Core/Tidy.hs
- compiler/GHC/Core/Unfold.hs 1 addition, 1 deletioncompiler/GHC/Core/Unfold.hs
- compiler/GHC/Core/Utils.hs 1 addition, 1 deletioncompiler/GHC/Core/Utils.hs
- compiler/GHC/CoreToByteCode.hs 2 additions, 1 deletioncompiler/GHC/CoreToByteCode.hs
- compiler/GHC/Data/Graph/Color.hs 1 addition, 1 deletioncompiler/GHC/Data/Graph/Color.hs
- compiler/GHC/Data/Graph/Directed.hs 1 addition, 1 deletioncompiler/GHC/Data/Graph/Directed.hs
Loading
Please register or sign in to comment