Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Sep 02, 2021
  2. Aug 05, 2021
  3. May 02, 2021
    • Emily Pillmore's avatar
      Update CI for cabal-install and cabal-install-solver · bf8dff54
      Emily Pillmore authored
      * Changes needed for GenValidate and release.py to
        accommmodate new solver dependency
      * Bumps bootstrap plans to modern GHC versions
      * Update `validate.sh` and `release.py` to accommodate new solver dep.
      * Update `Makefile` targets
      bf8dff54
  4. Nov 26, 2020
  5. Nov 03, 2020
  6. Oct 13, 2020
    • Oleg Grenrus's avatar
      Move tests from Cabal to Cabal-tests package · 579bff0c
      Oleg Grenrus authored
      The are various motivation points:
      - I'm not aware anyone third party running Cabal tests (maybe nixpkgs?)
      - No need to do gen-extra-source-files, as Cabal-tests is not distributed
      - No multiple rebuilds of Cabal-QuickCheck, Cabal-tree-diff
      - Slightly smaller Cabal sdist (which is quite big still)
      579bff0c
  7. Sep 27, 2020
  8. Sep 13, 2020
  9. Jul 22, 2020
  10. Jul 20, 2020
  11. Jul 16, 2020
  12. Jul 08, 2020
  13. Jun 13, 2020
  14. Jun 02, 2020
  15. May 18, 2020
    • 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
  16. May 15, 2020
  17. May 14, 2020
  18. May 12, 2020
  19. May 11, 2020
  20. Apr 20, 2020
  21. Apr 07, 2020
  22. Apr 06, 2020
  23. Mar 26, 2020
  24. Mar 16, 2020
  25. Mar 09, 2020
  26. Jan 22, 2020
  27. Jan 20, 2020
  28. Dec 29, 2019
  29. Dec 25, 2019
  30. Dec 12, 2019
  31. Dec 11, 2019
Loading