Skip to content
  • Oleg Grenrus's avatar
    Make cabal-install compilable with NoImplicitPrelude · d4fd273b
    Oleg Grenrus authored
    I.e. find out where we don't yet
    used `Distribution.Client.Compat.Prelude`.
    
    - If the module is small I added direct `Prelude` imports.
    - Add Exception, deepseq stuff to Cabal Prelude
    - Add Parsec, Pretty and Verbosity to Client Prelude
    - use for, for_, traverse and traverse_ (removes need for Control.Monad)
    d4fd273b