Skip to content

Data.List specialization

Oleg Grenrus requested to merge phadej/ghc:data-list-spec into master

Monomorphise Data.List to lists.

  • Removes GHC.OldList and Data.OldList
    • Data.List contents are what was previously in GHC.OldList
  • -Wcompat-unqualified-imports doesn't warn about any modules (it warned about Data.List, but now it's unnecessary)
  • Bump submodules to commits which are fine with this change.

See https://mail.haskell.org/pipermail/libraries/2019-September/029930.html and a CLC thread https://groups.google.com/g/haskell-core-libraries/c/q3zHLmzBa5E/m/OrHHKaJNAQAJ

Edited by Oleg Grenrus

Merge request reports