Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Aug 30, 2021
  2. Aug 25, 2021
  3. Aug 11, 2021
  4. Aug 05, 2021
  5. Jul 27, 2021
  6. 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
  7. Mar 19, 2021
  8. Mar 09, 2021
  9. Mar 06, 2021
  10. Jan 27, 2021
  11. Jan 13, 2021
  12. Jan 11, 2021
  13. Dec 19, 2020
  14. Nov 23, 2020
  15. Nov 19, 2020
  16. Oct 30, 2020
  17. 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
  18. Oct 12, 2020
  19. Jul 27, 2020
    • Oleg Grenrus's avatar
      312421a2
    • Oleg Grenrus's avatar
      Add release.py · 9eae1714
      Oleg Grenrus authored
      A script essentially runs `v2-install cabal-install:exe:cabal`,
      but does some simple setup, so the result is less luckily
      to be influences by environment.
      
      Also improve bootstrap to do out-of-tree builds.
      - Use http, https tricky in some environments
      9eae1714
  20. Jul 22, 2020
  21. Jul 21, 2020
  22. Jul 13, 2020
  23. Jul 08, 2020
  24. Jun 13, 2020
  25. Jun 11, 2020
  26. Jun 02, 2020
  27. May 22, 2020
    • Oleg Grenrus's avatar
      Fix Windows GitHub Action · bf66f07d
      Oleg Grenrus authored
      - msys2 should be installed
      - there is cabal and GHC, but we want to be sure about
        versions, so we reinstall.
      - Reinstalling GHC doesnt' "just work", so we uninstall it first.
        This takes time, but makes CI work.
      bf66f07d
  28. Apr 13, 2020
  29. Apr 10, 2020
    • Oleg Grenrus's avatar
      Update pull request template · 97ef5e2e
      Oleg Grenrus authored
      - [ci docs] doesn't work.
        We require CI to pass for non-admins to merge, so `[ci docs]` is
        more harmful. Also GitHub actions are reasonably fast,
        so overall it's ok to let it make builds
      
      - Mention `changelog.d` directory
      97ef5e2e
  30. Apr 06, 2020
  31. Mar 26, 2020
  32. Mar 11, 2020
  33. Mar 04, 2020
Loading